Skip to content

Commit 3e3f2de

Browse files
committed
add 3.13
1 parent 3cb176d commit 3e3f2de

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
coverage:
1616
runs-on: ubuntu-latest
1717
env:
18-
python-version: 3.12
18+
python-version: 3.13
1919

2020
steps:
2121
- uses: actions/checkout@v4

.github/workflows/cron.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
matrix:
1818
os: [ubuntu-22.04, ubuntu-24.04, macos-latest, windows-latest]
19-
python-version: ["3.10", 3.11, 3.12, 3.x] # crons should always run latest python hence 3.x
19+
python-version: ["3.10", 3.11, 3.12, 3.13] # crons should always run latest python hence 3.x
2020
fail-fast: false
2121

2222
steps:

.github/workflows/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
documentation:
1616
runs-on: ubuntu-latest
1717
env:
18-
python-version: 3.12
18+
python-version: 3.13
1919

2020
steps:
2121
- uses: actions/checkout@v4

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
deploy:
1414
runs-on: ubuntu-latest
1515
env:
16-
python-version: 3.12
16+
python-version: 3.13
1717

1818

1919
steps:

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
matrix:
1818
os: [ubuntu-22.04, ubuntu-24.04, macos-latest, windows-latest]
19-
python-version: ["3.10", 3.11, 3.12]
19+
python-version: ["3.10", 3.11, 3.12, 3.13]
2020
fail-fast: false
2121

2222
steps:

0 commit comments

Comments
 (0)