Skip to content

Commit 74222f5

Browse files
authored
Merge pull request #218 from rstudio/ci-311
2 parents a559bef + af0bd52 commit 74222f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
strategy:
2121
fail-fast: false
2222
matrix:
23-
python: ["3.7", "3.8", "3.9", "3.10"]
23+
python: ["3.7", "3.8", "3.9", "3.10", "3.11"]
2424
os: ["ubuntu-latest"]
2525
pytest_opts: ["--workers 4 --tests-per-worker 1"]
2626
requirements: [""]

0 commit comments

Comments
 (0)