Skip to content

Commit

Permalink
add nox file
Browse files Browse the repository at this point in the history
  • Loading branch information
DeborahVolpe committed May 22, 2024
1 parent a29d931 commit 997205b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ repos:
additional_dependencies:
- importlib_resources
- qubovert
- pytest
- pytest==7.4.0
- types-setuptools
- setuptools<=65.6.3
- sympy==1.12
Expand Down
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
nox.needs_version = ">=2024.3.2"
nox.options.default_venv_backend = "uv|virtualenv"

PYTHON_ALL_VERSIONS = ["3.9", "3.10", "3.11"]
PYTHON_ALL_VERSIONS = ["3.10", "3.11"]

BUILD_REQUIREMENTS = [
"setuptools>=66.1",
Expand Down

0 comments on commit 997205b

Please sign in to comment.