Skip to content

Commit ab42f6f

Browse files
committed
CI fixes
1 parent fe654ee commit ab42f6f

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
strategy:
5757
fail-fast: false
5858
matrix:
59-
python: ['pypy-3.7', 'pypy-3.8', 'pypy-3.9', '3.7', '3.8', '3.9', '3.10', '3.11', '3.12-dev', 'pypy-3.8-nightly', 'pypy-3.9-nightly']
59+
python: ['pypy-3.7', 'pypy-3.8', 'pypy-3.9', '3.7', '3.8', '3.9', '3.10', '3.11', 'pypy-3.8-nightly', 'pypy-3.9-nightly']
6060
check_formatting: ['0']
6161
extra_name: ['']
6262
include:

.readthedocs.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,12 @@ formats:
55
- htmlzip
66
- epub
77

8+
build:
9+
os: "ubuntu-22.04"
10+
tools:
11+
python: "3.11"
12+
813
python:
9-
version: 3.7
1014
install:
1115
- requirements: docs-requirements.txt
1216

0 commit comments

Comments
 (0)