Skip to content

Commit 5926a7c

Browse files
authored
Add support for Python 3.13 (#1080)
Signed-off-by: Iurii Pliner <[email protected]>
1 parent 92b2397 commit 5926a7c

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
@@ -79,6 +79,7 @@ workflows:
7979
- "3.10"
8080
- "3.11"
8181
- "3.12"
82+
- "3.13"
8283
- test_nooptionals:
8384
matrix:
8485
parameters:

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
"Programming Language :: Python :: 3.10",
4343
"Programming Language :: Python :: 3.11",
4444
"Programming Language :: Python :: 3.12",
45+
"Programming Language :: Python :: 3.13",
4546
"Programming Language :: Python :: Implementation :: CPython",
4647
"Programming Language :: Python :: Implementation :: PyPy",
4748
"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,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,py3.9,3.9-nooptionals},coverage-report,flake8,isort,mypy
33

44
[testenv]
55
deps =

0 commit comments

Comments
 (0)