Skip to content

Commit

Permalink
GitHub Actions: Python 3.9 is released
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored and ryzokuken committed Oct 6, 2020
1 parent 5e6b4b7 commit b12bd01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Python_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
max-parallel: 15
matrix:
os: [macos-latest, ubuntu-latest] # , windows-latest]
python-version: [2.7, 3.6, 3.7, 3.8, 3.9.0-rc.1] # 3.5,
python-version: [2.7, 3.6, 3.7, 3.8, 3.9]
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
Expand Down

0 comments on commit b12bd01

Please sign in to comment.