Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
[TESTS] Only test supported Python versions
  • Loading branch information
ferdia-sopermaccafraidh-lrn committed Oct 31, 2024
commit cc9ae4ed44c0265cd7d58578782fa89973455eba
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
language: python

dist: focal
dist: jammy

arch:
- amd64
- arm64

python:
- "3.6"
- "3.7"
- "3.8"
- "3.9"
- "3.10"
- "3.11"
- "3.12"
- "3.13"

before_install:
# Login to docker hub
Expand Down