Skip to content

Commit

Permalink
adjust python versions for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
evinism committed Oct 8, 2024
1 parent fc3afa7 commit f39db38
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,12 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.7"," 3.8", "3.9", "3.10", "3.11"]
python-version: ["3.7"," 3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
poetry-version: [1.3.1]
os: [ubuntu-18.04, macos-latest, windows-latest]
exclude:
- python-version: "3.7"
os: macos-latest
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit f39db38

Please sign in to comment.