Skip to content

Commit

Permalink
Trying Python 3.13 again
Browse files Browse the repository at this point in the history
  • Loading branch information
jameswilburlewis committed Oct 25, 2024
1 parent eb9f064 commit 6e5c061
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
os: [ubuntu-latest]
#os: [ubuntu-latest]
#os: [windows-latest]
python-version: [3.12]
python-version: [3.13]

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/quick_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
os: [ubuntu-latest]
#os: [ubuntu-latest]
#os: [windows-latest]
python-version: [3.12]
python-version: [3.13]

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

0 comments on commit 6e5c061

Please sign in to comment.