Skip to content

Commit

Permalink
Add Python 3.13 to and drop 3.8 from testing matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
brainsik committed Oct 15, 2024
1 parent e280a8c commit fd82acf
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,16 +45,16 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "pypy-3.10"]
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "pypy-3.10"]
include:
- os: windows-latest
python-version: "3.8"
python-version: "3.9"
- os: macos-latest
python-version: "3.8"
python-version: "3.9"
- os: windows-latest
python-version: "3.12"
python-version: "3.13"
- os: macos-latest
python-version: "3.12"
python-version: "3.13"
runs-on: ${{ matrix.os }}

steps:
Expand Down

0 comments on commit fd82acf

Please sign in to comment.