Skip to content

Commit

Permalink
ci(github-actions): use 3.13 instead of 3.13-dev as Python 3.13 has a…
Browse files Browse the repository at this point in the history
…lready been released
  • Loading branch information
Lee-W committed Nov 10, 2024
1 parent e75b837 commit f41a88e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
python-check:
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13-dev"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
platform: [ubuntu-20.04, macos-latest, windows-latest]
runs-on: ${{ matrix.platform }}
steps:
Expand Down

0 comments on commit f41a88e

Please sign in to comment.