Skip to content

Commit a52c167

Browse files
committed
Add Python 3.15 to CI
1 parent 8f98806 commit a52c167

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,4 @@ jobs:
2020
- py312
2121
- py313
2222
- py314
23+
- py315

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tox]
22
requires =
33
tox>=4
4-
env_list = py{311,312,313,314}
4+
env_list = py{311,312,313,314,315}
55

66
[testenv]
77
commands =

0 commit comments

Comments
 (0)