Skip to content

Commit db3a3ad

Browse files
committed
added python 3.14
1 parent 5cee693 commit db3a3ad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
strategy:
2020
matrix:
21-
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
21+
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13', '3.14']
2222

2323
steps:
2424
- name: Checkout source

tox.ini

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

44
[testenv]
55
deps=

0 commit comments

Comments
 (0)