Skip to content

Commit

Permalink
🧪 Generate lockfiles for Python 3.12 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
webknjaz committed Apr 27, 2024
1 parent 05b17e7 commit 43fa0c3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pip-tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,12 @@ jobs:
# NOTE: The latest and the lowest supported Pythons are prioritized
# NOTE: to improve the responsiveness. It's nice to see the most
# NOTE: important results first.
- 3.12
- 3.8
- 3.11
- >-
3.10
- 3.9
- 3.8
os:
- ubuntu-20.04
- macOS-11.0
Expand Down

0 comments on commit 43fa0c3

Please sign in to comment.