aboutsummaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorJ08nY2025-07-01 10:26:14 +0200
committerJ08nY2025-07-01 10:26:14 +0200
commit4c6e43963f54e61443c3dccec5909709f99dd7e1 (patch)
tree86e29b87f3c6057bb74ff0ccdb0cc2284b518c66 /pyproject.toml
parentc10975ffd33edf0659f0ad6ef151139c6fabb61a (diff)
downloadpyecsca-4c6e43963f54e61443c3dccec5909709f99dd7e1.tar.gz
pyecsca-4c6e43963f54e61443c3dccec5909709f99dd7e1.tar.zst
pyecsca-4c6e43963f54e61443c3dccec5909709f99dd7e1.zip
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml5
1 files changed, 3 insertions, 2 deletions
diff --git a/pyproject.toml b/pyproject.toml
index ddd8eea..bbcd8b7 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -28,6 +28,7 @@
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
+ "Programming Language :: Python :: 3.13",
"Intended Audience :: Developers",
"Intended Audience :: Science/Research"
]
@@ -72,8 +73,8 @@
"gmp" = ["gmpy2"]
"flint" = ["python-flint>=0.5.0"]
"pari" = ["cysignals", "cypari2"]
- "dev" = ["mypy", "flake8", "interrogate", "pyinstrument", "black", "types-setuptools", "pydocstyle"]
- "test" = ["pytest>=7.0.0", "coverage", "pytest-cov", "pytest-sugar", "pytest-mock", "nbmake"]
+ "dev" = ["mypy", "flake8", "interrogate", "black", "types-setuptools", "pydocstyle"]
+ "test" = ["pytest>=7.0.0", "coverage", "pytest-cov", "pytest-sugar", "pytest-mock", "nbmake", "pyinstrument"]
"doc" = ["sphinx", "sphinx-autodoc-typehints", "nbsphinx", "sphinx-paramlinks", "sphinx_design", "sphinx-plausible", "alabaster>=0.7.16"]
[tool.setuptools.packages.find]