added 3.14 to matrix, some dependency work

This commit is contained in:
2025-12-18 13:30:52 -08:00
parent 67ea12042f
commit 0e97742336
2 changed files with 8 additions and 4 deletions

View File

@@ -22,7 +22,8 @@ classifiers = [
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12',
'Programming Language :: Python :: 3.13'
'Programming Language :: Python :: 3.13',
'Programming Language :: Python :: 3.14'
]
[project.optional-dependencies]
@@ -30,6 +31,10 @@ doc = [
'sphinx >= 5.3.0',
'sphinx_rtd_theme >= 1.1.1'
]
dev = [
'flake8',
'pytest'
]
[project.urls]
Homepage = "https://github.com/iluvcapra/pycmx"