We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfc3e24 commit a7da1abCopy full SHA for a7da1ab
.github/workflows/run-tests.yml
@@ -13,7 +13,7 @@ jobs:
13
fail-fast: false
14
matrix:
15
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
16
- os: [ubuntu-18.04, macOS-latest, windows-latest]
+ os: [ubuntu-22.04, macOS-latest, windows-latest]
17
include:
18
# pypy-3.7 on Mac OS currently fails trying to compile
19
# brotlipy. Moving pypy3 to only test linux.
0 commit comments