Skip to content

Commit

Permalink
github: move Python 3.10 from RC to release
Browse files Browse the repository at this point in the history
  • Loading branch information
dlech committed Oct 5, 2021
1 parent 41194ad commit 5adb9d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
runs-on: windows-2019
strategy:
matrix:
python-version: ['3.7', '3.8', '3.9', '3.10.0-rc.1']
python-version: ['3.7', '3.8', '3.9', '3.10']
architecture: ['x86', 'x64']
name: Python ${{ matrix.python-version }} ${{ matrix.architecture }} bdist
steps:
Expand Down

0 comments on commit 5adb9d0

Please sign in to comment.