Skip to content

Commit 085b9cc

Browse files
sam-f0sam-f0
authored andcommitted
3.13
1 parent 8a31924 commit 085b9cc

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/style.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
runs-on: ubuntu-latest
6969
strategy:
7070
matrix:
71-
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
71+
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13.0-beta.1']
7272

7373
steps:
7474
- uses: actions/checkout@v3

tox.ini

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
[tox]
2-
envlist = py39, py310, py311, py312, py313
2+
envlist = py39, py310, py311, py312
33

44
[gh-actions]
55
python =
66
3.9: py39
77
3.10: py310
88
3.11: py311
99
3.12: py312
10-
3.13: py313
1110

1211
[testenv]
1312
deps =

0 commit comments

Comments
 (0)