mirror of
https://github.com/danieldemus/pyp2spec.git
synced 2026-07-27 21:00:37 +02:00
Test with Python 3.14
This commit is contained in:
@@ -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]
|
||||
|
||||
@@ -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)",
|
||||
|
||||
Reference in New Issue
Block a user