Skip to content

Commit 59b3f65

Browse files
authored
Merge pull request #551 from jo-mueller/expand-python-versions
More Pythons tested
2 parents dcaf134 + 80d3c50 commit 59b3f65

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
fail-fast: false
1111
matrix:
12-
python-version: ['3.11', '3.12']
12+
python-version: ['3.11', '3.12', '3.13']
1313
os: ['windows-latest', 'macos-latest', 'ubuntu-latest']
1414
steps:
1515
- uses: actions/checkout@v4

tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
[tox]
2-
envlist = py{311,312}
2+
envlist = py{311,312,313}
33

44

55
[gh-actions]
66
python =
77
3.11: py311
88
3.12: py312
9+
3.13: py313
910

1011
[testenv]
1112
deps =

0 commit comments

Comments
 (0)