Skip to content

Commit baca844

Browse files
committed
Adds supporting python 3.13
1 parent 11fd38f commit baca844

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/run-unittests-default_setup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: "[Py3.9-3.12] - Default Tests"
1+
name: "[Py3.9-3.13] - Default Tests"
22

33
on:
44
workflow_dispatch:

.github/workflows/run-unittests-py310-py311.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: "[Py3.10-3.12] - All Unit Tests"
1+
name: "[Py3.10-3.13] - All Unit Tests"
22

33
on:
44
workflow_dispatch:

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ classifiers = [
4949
"Programming Language :: Python :: 3.10",
5050
"Programming Language :: Python :: 3.11",
5151
"Programming Language :: Python :: 3.12",
52+
"Programming Language :: Python :: 3.13",
5253
]
5354

5455
# PEP 508 – Dependency specification for Python Software Packages - https://peps.python.org/pep-0508/

0 commit comments

Comments
 (0)