Skip to content

Commit

Permalink
Change Python test version
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzodb1 committed Feb 29, 2024
1 parent 329c4c6 commit d50c088
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@

BIN = .venv/bin/
CODE = fbrefdata
PY = 3.11
PY312 = 3.12
PY311 = 3.11
PY310 = 3.10
PY = $(PY310)

init:
python3 -m venv .venv
Expand Down
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@


package = "fbrefdata"
python_versions = ["3.12", "3.11", "3.10", "3.9"]
python_versions = ["3.12", "3.11", "3.10"]
nox.needs_version = ">= 2021.6.6"
nox.options.sessions = (
"pre-commit",
Expand Down

0 comments on commit d50c088

Please sign in to comment.