Skip to content

Commit 509d52d

Browse files
committed
Add: Python version 3.13 package
1 parent 27dd09d commit 509d52d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ def get_requirements(name: str) -> List[str]:
5959
"Programming Language :: Python :: 3.10",
6060
"Programming Language :: Python :: 3.11",
6161
"Programming Language :: Python :: 3.12",
62+
"Programming Language :: Python :: 3.13",
6263
"Topic :: Software Development :: Libraries :: Python Modules"
6364
]
6465
)

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Tox configuration for testing across multiple Python versions with coverage reporting
22

33
[tox]
4-
envlist = python39,python310,python311,python312
4+
envlist = python39,python310,python311,python312,python313
55
skipsdist = True
66

77
[testenv]

0 commit comments

Comments
 (0)