mirror of
https://github.com/jongracecox/anybadge.git
synced 2026-01-05 11:51:21 +01:00
Add 3.11 to travis ci (#85)
Switch to Ubuntu jammy release, and add 3.11 testing.
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user