Add Python 3.10 testing to ci

This commit is contained in:
Jon Grace-Cox
2022-08-09 05:41:52 -07:00
parent 27b25f7a26
commit b11d51e0f7

View File

@@ -1,13 +1,15 @@
dist: xenial
dist: focal
language: python
jobs:
include:
- python: '3.7'
- python: "3.7"
env: RUN_PRE_COMMIT=0
- python: '3.8'
- python: "3.8"
env: RUN_PRE_COMMIT=0
- python: '3.9'
- python: "3.9"
env: RUN_PRE_COMMIT=1
- python: "3.10"
env: RUN_PRE_COMMIT=0
install:
- pip install -U setuptools pip -r build-requirements.txt
script: