Skip to content

Commit 8f251fe

Browse files
committed
CI: no longer test with Python 3.9
1 parent 59b7075 commit 8f251fe

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,11 @@ jobs:
1515
matrix:
1616
os: [ubuntu-latest, macos-latest]
1717
python-version:
18-
- "3.9"
1918
- "3.10"
2019
- "3.11"
2120
- "3.12"
2221
- "3.13"
23-
- "pypy-3.9"
22+
- "pypy-3.10"
2423
steps:
2524
- uses: actions/checkout@v4
2625
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)