Skip to content

Commit

Permalink
py3.12 test
Browse files Browse the repository at this point in the history
  • Loading branch information
cmbant committed Nov 10, 2023
1 parent a0f8c51 commit 898ec3a
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ if: (type != pull_request) OR (type = pull_request AND TRAVIS_PULL_REQUEST_SLUG

jobs:
include:
- name: "Ubuntu 20.04 + Python 3.7"
- name: "Focal + Python 3.7"
dist: focal
addons:
apt:
Expand All @@ -36,14 +36,12 @@ jobs:
- PYDIST="ANACONDA"
- FORTRAN="test"
python: "3.10"
- name: "Ubuntu 22.04 + Python 3.11"
- name: "Jammy + Python 3.12"
addons:
apt:
packages:
- gfortran
env:
- CHANNEL="defaults"
python: "3.11"
python: "3.12"
- name: "GCC trunk cosmobox"
language: shell
services:
Expand Down

0 comments on commit 898ec3a

Please sign in to comment.