Skip to content

Commit 4dba707

Browse files
committed
Add python 3.14
1 parent bb5c342 commit 4dba707

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import pytest
22

3-
PYTHON_VERSIONS = ["3.9", "3.10", "3.11", "3.12", "3.13"]
3+
PYTHON_VERSIONS = ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
44

55

66
def pytest_addoption(parser):

0 commit comments

Comments
 (0)