Skip to content

Commit 9439fad

Browse files
authored
Merge pull request #6641 from nateprewitt/fix_ci
Fix CI
2 parents 46c1a3d + 8fa4302 commit 9439fad

File tree

3 files changed

+3
-8
lines changed

3 files changed

+3
-8
lines changed

.github/workflows/run-tests.yml

+1-6
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,8 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12-dev", "pypy-3.8", "pypy-3.9"]
15+
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12-dev", "pypy-3.9", "pypy-3.10"]
1616
os: [ubuntu-22.04, macOS-latest, windows-latest]
17-
include:
18-
# pypy-3.7 on Windows and Mac OS currently fails trying to compile
19-
# cryptography. Moving pypy-3.7 to only test linux.
20-
- python-version: pypy-3.7
21-
os: ubuntu-latest
2217

2318
steps:
2419
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0

docs/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Pinning to avoid unexpected breakages.
22
# Used by RTD to generate docs.
3-
Sphinx==4.2.0
3+
Sphinx==7.2.6

requirements-dev.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
pytest>=2.8.0,<=6.2.5
33
pytest-cov
44
pytest-httpbin==2.0.0
5-
httpbin==0.10.0
5+
httpbin~=0.10.0
66
trustme
77
wheel
88
cryptography<40.0.0; python_version <= '3.7' and platform_python_implementation == 'PyPy'

0 commit comments

Comments
 (0)