Skip to content

Commit af27550

Browse files
Add CI for Python 3.14
1 parent b76cceb commit af27550

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.gitlab-ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ test:tox:
2020
- "3.11"
2121
- "3.12"
2222
- "3.13"
23+
- "3.14"
2324
cache:
2425
key: pip-$PYTHON_VERSION
2526
paths:

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ classifiers=[
3535
"Programming Language :: Python :: 3.11",
3636
"Programming Language :: Python :: 3.12",
3737
"Programming Language :: Python :: 3.13",
38+
"Programming Language :: Python :: 3.14",
3839
"Topic :: Software Development :: Libraries",
3940
]
4041
dynamic = [

0 commit comments

Comments
 (0)