Skip to content

Commit

Permalink
CI: Use Python 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Dec 15, 2024
1 parent a803c1c commit 7af6460
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/_lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
# so linting on fewer versions makes CI faster.
python-version:
- "3.9"
- "3.12"
- "3.13"
steps:
- uses: actions/checkout@v4

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
matrix:
python-version:
- "3.9"
- "3.12"
- "3.13"

services:
cratedb:
Expand Down

0 comments on commit 7af6460

Please sign in to comment.