Skip to content

Commit 6bd4000

Browse files
rm py3.9 from ci
1 parent b592188 commit 6bd4000

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/ci_pip.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,8 @@ jobs:
1515
strategy:
1616
matrix:
1717
os: [ubuntu-22.04, macos-latest]
18-
python-version: ["3.9", "3.10", "3.11", "3.12"]
18+
python-version: ["3.10", "3.11", "3.12"]
1919
exclude:
20-
- os: macos-latest
21-
python-version: '3.9'
2220
- os: macos-latest
2321
python-version: '3.10'
2422
name: "Core, Python ${{ matrix.python-version }}, ${{ matrix.os }}"

.github/workflows/ci_poetry.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
strategy:
1717
matrix:
18-
python-version: ["3.9", "3.10", "3.11", "3.12"]
18+
python-version: ["3.10", "3.11", "3.12"]
1919

2020
steps:
2121
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)