Skip to content

Commit

Permalink
[CI/CD] Test on python=3.11 due to constraints from py-lmd
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas Diedrich committed Jan 14, 2025
1 parent a53459d commit 0aa6db4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ jobs:
- os: ubuntu-latest
python: "3.10"
- os: ubuntu-latest
python: "3.12"
python: "3.11"
- os: ubuntu-latest
python: "3.12"
python: "3.11"
pip-flags: "--pre"
name: PRE-RELEASE DEPENDENCIES

Expand Down

0 comments on commit 0aa6db4

Please sign in to comment.