Support for Python 3.14

This commit is contained in:
grossmj 2025-11-16 19:30:45 +10:00
parent 672b3c052b
commit 3bb23708fc
No known key found for this signature in database
GPG Key ID: 1E7DD6DBB53FF3D7
2 changed files with 2 additions and 1 deletions

View File

@ -18,7 +18,7 @@ jobs:
strategy:
matrix:
os: ["ubuntu-latest"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13" "3.14"]
#include:
# only test with Python 3.10 on Windows
# - os: windows-latest

View File

@ -84,6 +84,7 @@ setup(
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Programming Language :: Python :: 3.14",
"Programming Language :: Python :: Implementation :: CPython",
],
)