Skip to content

Commit

Permalink
chore: add 3.9 compatibility (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
GabDug committed Jan 30, 2024
1 parent 9edc9dc commit 99a989a
Show file tree
Hide file tree
Showing 5 changed files with 123 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.10", "3.11", "3.12"]
python-version: ["3.9", "3.10", "3.11", "3.12"]
# Empty is latest, head is latest from GitHub
pdm-version: ["", "head", "2.7.4", "2.8.2", "2.9.3", "2.10.4", "2.11.2", "2.12.2"]

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ PDM and Poetry plugin to sync your pre-commit versions with your lockfile and au

## Supported versions

- Python 3.10+
- Python 3.9+
- PDM 2.7.4+
- Poetry 1.6.0+

Expand Down
Loading

0 comments on commit 99a989a

Please sign in to comment.