Skip to content

Commit 57ef476

Browse files
authored
Merge pull request #72 from henryiii/henryiii/chore/py314
chore: add Python 3.14 to tests
2 parents 1c38fd9 + fddc7c3 commit 57ef476

File tree

4 files changed

+5
-7
lines changed

4 files changed

+5
-7
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
- "3.11"
2020
- "3.12"
2121
- "3.13"
22+
- "3.14"
2223

2324
runs-on: ubuntu-latest
2425
steps:

.readthedocs.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,9 @@ sphinx:
1919

2020
# Set the version of Python and other tools you might need
2121
build:
22-
os: ubuntu-22.04
22+
os: ubuntu-24.04
2323
tools:
24-
python: "3.11"
25-
# You can also specify other tool versions:
26-
# nodejs: "19"
27-
# rust: "1.64"
28-
# golang: "1.19"
24+
python: "3.14"
2925

3026
# Set the version of Python and requirements required to build your
3127
# docs

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ def read_version_number():
8181
"Programming Language :: Python :: 3.11",
8282
"Programming Language :: Python :: 3.12",
8383
"Programming Language :: Python :: 3.13",
84+
"Programming Language :: Python :: 3.14",
8485
"Programming Language :: Python :: Implementation :: CPython",
8586
"Programming Language :: Python :: Implementation :: PyPy",
8687
'Topic :: Documentation',

tox.ini

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

44
[testenv]
55
usedevelop = false

0 commit comments

Comments
 (0)