Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use pyproject.toml and remove versioneer #500

Merged
merged 13 commits into from
Nov 1, 2024
Prev Previous commit
revert last commit because neuron-nightly is not yet available for py…
…thon 3.13
  • Loading branch information
Jaquier Aurélien Tristan committed Nov 1, 2024
commit 046f2b670bdd507ae729f0509da0233761c87b1d
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
python-version: ["3.9", "3.10", "3.11", "3.12"]
include:
- os: macos-12
python-version: "3.10"
3 changes: 1 addition & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -8,11 +8,10 @@ python =
3.10: py3
3.11: py3
3.12: py3
3.13: py3

[testenv]
envdir =
py3{9,10,11,12,13,}{-unit,-functional,-style,-syntax}: {toxworkdir}/py3
py3{9,10,11,12,}{-unit,-functional,-style,-syntax}: {toxworkdir}/py3
docs: {toxworkdir}/docs
extras = tests
deps =
Loading