Skip to content

Commit

Permalink
Travis: switch to focal, add python 3.9 build
Browse files Browse the repository at this point in the history
  • Loading branch information
AMDmi3 committed Oct 6, 2020
1 parent c8454a0 commit 9dfd799
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
language: python
dist: xenial
dist: focal
sudo: required
matrix:
include:
Expand All @@ -11,6 +11,8 @@ matrix:
env: CC=gcc LIBVERSION=master
- python: 3.8
env: CC=gcc LIBVERSION=master
- python: 3.9-dev
env: CC=gcc LIBVERSION=master
- python: nightly
env: CC=gcc LIBVERSION=master
# compilers
Expand Down

0 comments on commit 9dfd799

Please sign in to comment.