Skip to content

Commit

Permalink
Fix to at least Python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
OCopping committed May 13, 2024
1 parent 7d957f3 commit f0c0a1c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,13 @@ jobs:
fail-fast: false
matrix:
os: ["ubuntu-latest"] # can add windows-latest, macos-latest
python: ["3.7", "3.8", "3.9"]
python: ["3.11", "3.12"]
pipenv: ["skip-lock"]

include:
# Add an extra Python3.7 runner to use the lockfile
# Add an extra Python3.11 runner to use the lockfile
- os: "ubuntu-latest"
python: "3.7"
python: "3.11"
pipenv: "deploy"

runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit f0c0a1c

Please sign in to comment.