Skip to content

Commit 602570d

Browse files
committed
Test Python 3.13 and 3.24
1 parent 52669dd commit 602570d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
# When updating the minimum Python version here, also update the
5151
# `python_requires` from `setup.cfg`.
5252
# Run on latest minor release of each major python version.
53-
python-version: [3.8, 3.9, '3.10', '3.11', '3.12']
53+
python-version: [3.8, 3.9, '3.10', '3.11', '3.12', '3.13', '3.14']
5454
tox-env: ['tests']
5555

5656
include:

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ classifiers = [
2020
"Programming Language :: Python :: 3.10",
2121
"Programming Language :: Python :: 3.11",
2222
"Programming Language :: Python :: 3.12",
23+
"Programming Language :: Python :: 3.13",
24+
"Programming Language :: Python :: 3.14",
2325
]
2426
requires-python = ">=3.8"
2527
description = "A CalVer version manager that supports the future."

0 commit comments

Comments
 (0)