Skip to content

Commit fd82acf

Browse files
committed
Add Python 3.13 to and drop 3.8 from testing matrix
1 parent e280a8c commit fd82acf

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/main.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -45,16 +45,16 @@ jobs:
4545
strategy:
4646
matrix:
4747
os: [ubuntu-latest]
48-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "pypy-3.10"]
48+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "pypy-3.10"]
4949
include:
5050
- os: windows-latest
51-
python-version: "3.8"
51+
python-version: "3.9"
5252
- os: macos-latest
53-
python-version: "3.8"
53+
python-version: "3.9"
5454
- os: windows-latest
55-
python-version: "3.12"
55+
python-version: "3.13"
5656
- os: macos-latest
57-
python-version: "3.12"
57+
python-version: "3.13"
5858
runs-on: ${{ matrix.os }}
5959

6060
steps:

0 commit comments

Comments
 (0)