Skip to content

Commit

Permalink
fix: simplify compatiblity checks (#12)
Browse files Browse the repository at this point in the history
* python 3.13 isn't on GH actions yet, so removing that
* simplify number of tests... I don't really think there are going to be unexpected platform-specific issues, so this focuses purely on testing the bleeding edge
  • Loading branch information
chadac authored Jun 2, 2024
1 parent 737d3e5 commit b613914
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/compatibility.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ jobs:
name: ${{ matrix.os }} / ${{ matrix.python-version }} / ${{ matrix.poetry-version }}
strategy:
matrix:
os: [ubuntu-latest, windows-2022, macos-12]
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
os: [ubuntu-latest]
python-version: ["3.9", "3.12"]
poetry-version:
- "git+https://github.com/python-poetry/poetry.git"
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit b613914

Please sign in to comment.