Skip to content

Commit

Permalink
Update GitHub workflows to use Python 3.13 for both publish and test …
Browse files Browse the repository at this point in the history
…jobs, ensuring compatibility with the latest Python features and improvements.
  • Loading branch information
tumf committed Jan 6, 2025
1 parent 7d460a7 commit 325f22d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
- "v*"
strategy:
matrix:
python-version: ["3.11"]
python-version: ["3.13"]

jobs:
test:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.11"]
python-version: ["3.13"]

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

0 comments on commit 325f22d

Please # to comment.