Skip to content

Commit cc47a0b

Browse files
committed
Switch the Python used for docs and linting to 3.11
1 parent afc4593 commit cc47a0b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ jobs:
1414
- { VERSION: "3.10", TOXENV: "py310", ALLOW_FAILURE: false }
1515
- { VERSION: "3.11", TOXENV: "py311", ALLOW_FAILURE: false }
1616
- {
17-
VERSION: "3.10",
17+
VERSION: "3.11",
1818
TOXENV: "flake8,doclint,docs,commitlint",
1919
ALLOW_FAILURE: false,
2020
}
21-
- { VERSION: "3.10", TOXENV: "docstrings", ALLOW_FAILURE: true }
21+
- { VERSION: "3.11", TOXENV: "docstrings", ALLOW_FAILURE: true }
2222
- { VERSION: "pypy3.9", TOXENV: "pypy", ALLOW_FAILURE: false }
2323

2424
steps:

0 commit comments

Comments
 (0)