Skip to content

Commit

Permalink
Drop 3.8 and support 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
gaogaotiantian committed Oct 8, 2024
1 parent 5d0a5f7 commit d55ccb1
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
lint:
strategy:
matrix:
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,9 @@ jobs:
build:
strategy:
matrix:
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
os: [ubuntu-latest, macos-latest, macos-13, windows-latest]
exclude:
- python-version: '3.8'
os: macos-latest
- python-version: '3.9'
os: macos-latest
runs-on: ${{ matrix.os }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
python-version: [38, 39, 310, 311, 312]
python-version: [39, 310, 311, 312, 313]
manylinux-image: [manylinux2014]
arch: [auto, aarch64]

Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
strategy:
matrix:
os: [macos-latest, macos-13, windows-latest]
python-version: [38, 39, 310, 311, 312]
python-version: [39, 310, 311, 312, 313]
exclude:
- python-version: '38'
os: macos-latest
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
python-version: [38, 39, 310, 311, 312]
python-version: [39, 310, 311, 312, 313]
manylinux-image: [manylinux2014]
arch: [auto, aarch64]

Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
strategy:
matrix:
os: [macos-latest, macos-13, windows-latest]
python-version: [38, 39, 310, 311, 312]
python-version: [39, 310, 311, 312, 313]
exclude:
- python-version: '38'
os: macos-latest
Expand Down

0 comments on commit d55ccb1

Please sign in to comment.