Skip to content

Commit

Permalink
mypy fix attempt #2.
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminrwilson committed Sep 25, 2022
1 parent d9e6245 commit 0f6f2ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
python_version:
["3.8", "3.9", "3.10.6"]
["3.8", "3.9", "3.10"]
venv_backend:
["virtualenv"]
defaults:
Expand Down
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from nox import Session
from nox.virtualenv import CondaEnv

PYTHON: Final[List[str]] = ["3.8", "3.9", "3.10"]
PYTHON: Final[List[str]] = ["3.8", "3.9", "3.10.6"]

nox.options.sessions = ["black", "isort", "lint", "mypy", "pytest"]

Expand Down

0 comments on commit 0f6f2ec

Please sign in to comment.