Skip to content

Commit

Permalink
Update python-package.yml - doing a test
Browse files Browse the repository at this point in the history
  • Loading branch information
mangiucugna authored Aug 21, 2024
1 parent 29903a1 commit c7a48d5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13.0-rc.1"]
# https://github.com/actions/python-versions/blob/main/versions-manifest.json
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13.0-rc.1", "3.14"]

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit c7a48d5

Please sign in to comment.