Skip to content

Commit

Permalink
use 3.12 only again
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-sicho committed Aug 30, 2024
1 parent 66be0db commit bc68ee5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@ stages:
- cd testing && QSPPRED_TEST_SPLIT_UNITS=true QSPRPRED_VERBOSE_LOGGING=true ./run.sh

# Run tests on the recent Python (linux image)
#test:python3.12:
# extends: .test
# image: python:3.12
test:python3.12:
extends: .test
image: python:3.12

#test:python3.11:
# extends: .test
# image: python:3.11

test:python3.10:
extends: .test
image: python:3.11
#test:python3.10:
# extends: .test
# image: python:3.11

0 comments on commit bc68ee5

Please sign in to comment.