Skip to content

Commit

Permalink
build: Switch to Python 3.11 for running CI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
timmc-edx committed Jun 13, 2024
1 parent 2d68f17 commit 2fcdaf2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cli-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: mac
image: macos-12
python-version:
- '3.8'
- '3.11'
fail-fast: false

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/provisioning-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
matrix:
os:
- ubuntu-20.04 # Ubuntu 20.04 "Focal Fossa"
python-version: [ '3.8' ]
python-version: [ '3.11' ]
services: [ discovery+lms+forum ,registrar+lms, ecommerce+lms, edx_notes_api+lms, credentials+lms, xqueue, analyticsapi+insights+lms]
fail-fast: false # some services can be flaky; let others run to completion even if one fails

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
strategy:
matrix:
python-version:
- '3.8'
- '3.11'
fail-fast: false

steps:
Expand Down

0 comments on commit 2fcdaf2

Please sign in to comment.