From cc5a757663a754ff3b32f510bcdeccf995fbfcae Mon Sep 17 00:00:00 2001 From: Jon Grace-Cox <30441316+jongracecox@users.noreply.github.com> Date: Mon, 27 Mar 2023 10:30:29 -0700 Subject: [PATCH] Add 3.11 to travis ci (#85) Switch to Ubuntu jammy release, and add 3.11 testing. --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e36b146..dda36a0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: