Skip to content

Commit

Permalink
python 3.11 CI
Browse files Browse the repository at this point in the history
  • Loading branch information
John Dutchover committed Feb 15, 2024
1 parent 8695f56 commit 5054e2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ workflow:
- when: never

default:
image: python:3.11.7
image: python:3.11
before_script:
- apt-get update -qq && apt-get install -y curl
- curl -L https://fly.io/install.sh | sh
Expand Down Expand Up @@ -45,7 +45,7 @@ install_dependencies:

config_changes:
stage: test
image: python:3.11.7
image: python:3.11
script:
- source .venv/bin/activate
rules:
Expand Down

0 comments on commit 5054e2a

Please sign in to comment.