Test with Python 3.14

This commit is contained in:
Karolina Surma
2025-01-10 17:19:24 +01:00
parent 20138c9bd6
commit e3161dfde1
3 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -14,4 +14,4 @@ jobs:
tox_env: ${{ matrix.tox_env }}
strategy:
matrix:
tox_env: [py39, py310, py311, py312, py313]
tox_env: [py39, py310, py311, py312, py313, py314]
+1
View File
@@ -19,6 +19,7 @@ classifiers = [
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Programming Language :: Python :: 3.14",
"Operating System :: POSIX :: Linux",
"License :: OSI Approved :: MIT License",
"License :: OSI Approved :: MIT No Attribution License (MIT-0)",
+1 -1
View File
@@ -1,7 +1,7 @@
[tox]
requires =
tox>=4
env_list = py{39,310,311,312,313}
env_list = py{39,310,311,312,313,314}
[testenv]
description = run unit tests