Skip to content

Commit 1783ca8

Browse files
Add support for Python 3.14 (#1142)
* Add Python version 3.14 to CircleCI config Signed-off-by: Naoyuki Sano <nsano@ae.em-net.ne.jp> * Update tox.ini Signed-off-by: Naoyuki Sano <nsano@ae.em-net.ne.jp> * Add support for Python 3.14 in pyproject.toml Signed-off-by: Naoyuki Sano <nsano@ae.em-net.ne.jp> * Update pyproject.toml Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Naoyuki Sano <nsano@ae.em-net.ne.jp> --------- Signed-off-by: Naoyuki Sano <nsano@ae.em-net.ne.jp> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 378510b commit 1783ca8

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ workflows:
8080
- "3.11"
8181
- "3.12"
8282
- "3.13"
83+
- "3.14"
8384
- test_nooptionals:
8485
matrix:
8586
parameters:

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ classifiers = [
3434
"Programming Language :: Python :: 3.11",
3535
"Programming Language :: Python :: 3.12",
3636
"Programming Language :: Python :: 3.13",
37+
"Programming Language :: Python :: 3.14",
3738
"Programming Language :: Python :: Implementation :: CPython",
3839
"Programming Language :: Python :: Implementation :: PyPy",
3940
"Topic :: System :: Monitoring",

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = coverage-clean,py{3.9,3.10,3.11,3.12,3.13,py3.9,3.9-nooptionals},coverage-report,flake8,isort,mypy
2+
envlist = coverage-clean,py{3.9,3.10,3.11,3.12,3.13,3.14,py3.9,3.9-nooptionals},coverage-report,flake8,isort,mypy
33

44
[testenv]
55
deps =

0 commit comments

Comments
 (0)