We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e02be9b commit 52ebecfCopy full SHA for 52ebecf
2 files changed
.github/workflows/typecheck.yml
@@ -19,7 +19,7 @@ jobs:
19
20
- uses: actions/setup-python@v5
21
with:
22
- python-version: "3.10"
+ python-version: "3.11"
23
24
- name: Install package and test dependencies
25
run: |
readthedocs.yml
@@ -9,7 +9,7 @@ version: 2
9
build:
10
os: ubuntu-22.04
11
tools:
12
- python: "3.10"
+ python: "3.11"
13
14
# Build documentation in the docs/ directory with Sphinx
15
sphinx:
0 commit comments