Skip to content

Commit

Permalink
ci: don't test against Python 3.9.
Browse files Browse the repository at this point in the history
  • Loading branch information
sfermigier committed Mar 27, 2024
1 parent 2fd147c commit 7896495
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import nox

PYTHON_VERSIONS = ["3.9", "3.10", "3.11", "3.12"]
PYTHON_VERSIONS = ["3.10", "3.11", "3.12"]

nox.options.reuse_existing_virtualenvs = True

Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py39, py310, py311, py312, lint, safety
envlist = py310, py311, py312, lint, safety
skipsdist=True
requires =
poetry>=1.6.0
Expand Down

0 comments on commit 7896495

Please sign in to comment.