Skip to content

Commit

Permalink
try using xenial for travis
Browse files Browse the repository at this point in the history
  • Loading branch information
SharpBit committed Oct 7, 2024
1 parent 8aee1f1 commit 025d099
Showing 1 changed file with 14 additions and 5 deletions.
19 changes: 14 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,19 @@
language: python

python:
- '3.9'
- '3.10'
- '3.11'
- '3.12'
matrix:
include:
- python: 3.9
dist: xenial
sudo: true
- python: 3.10
dist: xenial
sudo: true
- python: 3.11
dist: xenial
sudo: true
- python: 3.12
dist: xenial
sudo: true

install:
- pip install -r requirements-dev.txt
Expand Down

0 comments on commit 025d099

Please sign in to comment.