Merge pull request #1483 from pypa/dependabot/github_actions/wntrblm/nox-2023.04.22

build(deps): bump wntrblm/nox from 2022.11.21 to 2023.04.22
This commit is contained in:
Matthieu Darbois
2023-04-29 11:39:22 +02:00
committed by GitHub
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -22,9 +22,9 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: wntrblm/nox@2022.11.21
- uses: wntrblm/nox@2023.04.22
with:
python-versions: "3.6, 3.7, 3.8, 3.9, 3.10, 3.11"
python-versions: "3.7, 3.8, 3.9, 3.10, 3.11"
- name: "Run update: dependencies"
run: nox --force-color -s update_constraints
+1 -1
View File
@@ -9,7 +9,7 @@ import nox
nox.options.sessions = ["lint", "pylint", "check_manifest", "tests"]
PYTHON_ALL_VERSIONS = ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11"]
PYTHON_ALL_VERSIONS = ["3.7", "3.8", "3.9", "3.10", "3.11"]
DIR = Path(__file__).parent.resolve()