Skip to content
This repository was archived by the owner on Jun 29, 2022. It is now read-only.

Commit b1f23e6

Browse files
committed
update noxfile and lock
1 parent 74e891c commit b1f23e6

File tree

3 files changed

+179
-162
lines changed

3 files changed

+179
-162
lines changed

.python-version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
3.9.5

noxfile.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
Nox failed to import the 'nox-poetry' package.
1313
Please install it using the following command:
1414
{sys.executable} -m pip install nox-poetry"""
15-
raise SystemExit(dedent(message))
15+
raise SystemExit(dedent(message)) from None
1616

1717

1818
package = "aiocloudflare"
19-
python_versions = ["3.9", "3.8", "3.7"]
19+
python_versions = ["3.9"]
2020
nox.needs_version = ">= 2021.6.6"
2121
nox.options.sessions = ("pre-commit", "safety", "mypy", "tests")
2222

0 commit comments

Comments
 (0)