try on ubuntu 22.04 (#6418)

This commit is contained in:
Thomas Grainger
2023-04-23 00:53:09 +01:00
committed by GitHub
parent dfc3e24338
commit a7da1ab349
+1 -1
View File
@@ -13,7 +13,7 @@ jobs:
fail-fast: false
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
os: [ubuntu-18.04, macOS-latest, windows-latest]
os: [ubuntu-22.04, macOS-latest, windows-latest]
include:
# pypy-3.7 on Mac OS currently fails trying to compile
# brotlipy. Moving pypy3 to only test linux.