Skip to content

Commit

Permalink
chore: update PDM supported versions
Browse files Browse the repository at this point in the history
  • Loading branch information
GabDug committed Jan 30, 2024
1 parent 4df0775 commit 9edc9dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
matrix:
python-version: ["3.10", "3.11", "3.12"]
# Empty is latest, head is latest from GitHub
pdm-version: ["", "head", "2.7.4", "2.8.0", "2.8.1", "2.8.2", "2.9.3", "2.10.4"]
pdm-version: ["", "head", "2.7.4", "2.8.2", "2.9.3", "2.10.4", "2.11.2", "2.12.2"]

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 9edc9dc

Please sign in to comment.