Skip to content

Commit

Permalink
Upgrade to python 3.13 (#804)
Browse files Browse the repository at this point in the history
  • Loading branch information
allenporter authored Nov 11, 2024
1 parent bfff4ac commit a8f61f7
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .cruft.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"template": "https://github.com/allenporter/cookiecutter-python",
"commit": "6035ef7fa54ecaf83d0593a553074cf952172437",
"commit": "ae5501352e9a6fe363996818fc2b4c82f5816450",
"checkout": null,
"context": {
"cookiecutter": {
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cruft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
- cron: "0 0 * * *"

env:
PYTHON_VERSION: 3.12
PYTHON_VERSION: 3.13

jobs:
update:
Expand Down
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/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
types: [created]

env:
PYTHON_VERSION: 3.12
PYTHON_VERSION: 3.13

jobs:
build:
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.11", "3.12"]
python-version: ["3.12", "3.13"]

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

0 comments on commit a8f61f7

Please sign in to comment.