Skip to content

Commit

Permalink
Try using python3.8 for the pip-recompile strategies
Browse files Browse the repository at this point in the history
We know we can compile the requirements files with py3.8, so this
is a check of whether something is set up incorrectly in CI or a
problem with py3.12.
  • Loading branch information
amstilp committed May 14, 2024
1 parent c16acc1 commit df77b90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ jobs:
mariadb-version: ["10.4"]
include:
# Note that we can't use python 3.12 until we figure out how to have separate requirements files.
- python-version: 3.12 # Possible future version.
- python-version: 3.8 # Possible future version.
backend: "mariadb"
mariadb-version: "10.5"
pip-recompile: true
- python-version: 3.12 # Possible future version.
- python-version: 3.8 # Possible future version.
backend: "mariadb"
mariadb-version: "10.11"
pip-recompile: true
Expand Down

0 comments on commit df77b90

Please sign in to comment.