Skip to content

Commit e5249f8

Browse files
committed
ci: add Python 3.12 and drop 3.7
1 parent c8d0751 commit e5249f8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
matrix:
1212
os: ["ubuntu-latest", "windows-latest", "macos-latest"]
13-
py: ["3.11", "3.10", "3.9", "3.8", "3.7"]
13+
py: ["3.12", "3.11", "3.10", "3.9", "3.8"]
1414

1515
runs-on: ${{ matrix.os }}
1616
name: Run test with Python ${{ matrix.py }} on ${{ matrix.os }}
@@ -23,6 +23,7 @@ jobs:
2323
uses: actions/setup-python@v4
2424
with:
2525
python-version: ${{ matrix.py }}
26+
allow-prereleases: true
2627
cache: "pip"
2728

2829
- name: Build

0 commit comments

Comments
 (0)