Skip to content

Commit f208d88

Browse files
authored
testing on Python 3.11 (#11)
1 parent 9e3fdc7 commit f208d88

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
fail-fast: false
1717
matrix:
1818
os: ["ubuntu-latest", "macos-latest"]
19-
python-version: ["3.9", "3.10"]
19+
python-version: ["3.9", "3.10", "3.11"]
2020
session:
2121
- "test"
2222
include:

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
import nox
44

5-
ALL_PYTHON_VS = ["3.8", "3.9", "3.10"]
5+
ALL_PYTHON_VS = ["3.9", "3.10", "3.11"]
66

77

88
@nox.session(python=ALL_PYTHON_VS)

0 commit comments

Comments
 (0)