Skip to content

Commit 52ebecf

Browse files
committed
Use Python 3.11 on readthedocs and typecheck CI jobs
1 parent e02be9b commit 52ebecf

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/typecheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
- uses: actions/setup-python@v5
2121
with:
22-
python-version: "3.10"
22+
python-version: "3.11"
2323

2424
- name: Install package and test dependencies
2525
run: |

readthedocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ version: 2
99
build:
1010
os: ubuntu-22.04
1111
tools:
12-
python: "3.10"
12+
python: "3.11"
1313

1414
# Build documentation in the docs/ directory with Sphinx
1515
sphinx:

0 commit comments

Comments
 (0)