Skip to content

Commit f6f1b48

Browse files
committed
ci: Use Python3.9 minimum
1 parent 2c695cd commit f6f1b48

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Set up PDM
3131
uses: pdm-project/setup-pdm@v3
3232
with:
33-
python-version: "3.8"
33+
python-version: "3.9"
3434

3535
- name: Resolving dependencies
3636
run: pdm lock -v
@@ -59,8 +59,6 @@ jobs:
5959
- macos-latest
6060
- windows-latest
6161
python-version:
62-
- "3.7"
63-
- "3.8"
6462
- "3.9"
6563
- "3.10"
6664
- "3.11"

0 commit comments

Comments
 (0)