Skip to content

Commit

Permalink
Update CI to python 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
allenporter committed Nov 10, 2024
1 parent 5a2953a commit d273a8b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
- main

env:
PYTHON_VERSION: 3.12
PYTHON_VERSION: 3.13

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ concurrency:
cancel-in-progress: true

env:
PYTHON_VERSION: 3.12
PYTHON_VERSION: 3.13

jobs:
deploy:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.12"]
python-version: ["3.13"]

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

0 comments on commit d273a8b

Please sign in to comment.