Add 3.11 to travis ci (#85)

Switch to Ubuntu jammy release, and add 3.11 testing.
This commit is contained in:
Jon Grace-Cox
2023-03-27 10:30:29 -07:00
committed by GitHub
parent 65ee5a2578
commit cc5a757663

View File

@@ -1,4 +1,4 @@
dist: focal
dist: jammy
language: python
jobs:
include:
@@ -10,6 +10,8 @@ jobs:
env: RUN_PRE_COMMIT=1
- python: "3.10"
env: RUN_PRE_COMMIT=0
- python: "3.11-dev"
env: RUN_PRE_COMMIT=0
install:
- pip install -U setuptools pip -r build-requirements.txt
script: