mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Update supported versions in noxfile.py
Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
This commit is contained in:
parent
c84b2df3a9
commit
d3b82ebdcc
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ if IS_WINDOWS:
|
|||
else:
|
||||
ONEDIR_PYTHON_PATH = ONEDIR_ARTIFACT_PATH / "bin" / "python3"
|
||||
# Python versions to run against
|
||||
_PYTHON_VERSIONS = ("3", "3.5", "3.6", "3.7", "3.8", "3.9", "3.10")
|
||||
_PYTHON_VERSIONS = ("3", "3.8", "3.9", "3.10", "3.11")
|
||||
|
||||
# Nox options
|
||||
# Reuse existing virtualenvs
|
||||
|
|
Loading…
Add table
Reference in a new issue