Skip to content

Commit 5c163c6

Browse files
authored
Build with Python 3.11 on CI and RTD (#985)
* Build with Python 3.11 * Use latest available Python 3 on CI * Use latest available Python 3 on RTD
1 parent f0c9151 commit 5c163c6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/checkout@v3
1616
- uses: actions/setup-python@v4
1717
with:
18-
python-version: "3.10"
18+
python-version: "3"
1919
cache: pip
2020
- name: Build docs
2121
run: make html

.readthedocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ sphinx:
1111
build:
1212
os: ubuntu-22.04
1313
tools:
14-
python: "3.10"
14+
python: "3"
1515

1616
commands:
1717
- make dirhtml BUILDDIR=_readthedocs

0 commit comments

Comments
 (0)