Skip to content

Commit

Permalink
ci: Test with Python 3.14 (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon authored Sep 2, 2024
1 parent 99448be commit 875a479
Show file tree
Hide file tree
Showing 4 changed files with 213 additions and 183 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
NOXPYTHON: ${{ matrix.python-version }}
NOXSESSION: tests
PIP_CONSTRAINT: ${{ github.workspace }}/.github/workflows/constraints.txt
PYO3_USE_ABI3_FORWARD_COMPATIBILITY: "1"
strategy:
matrix:
python-version:
Expand All @@ -42,6 +43,7 @@ jobs:
- "3.11"
- "3.12"
- "3.13"
- "3.14"

steps:
- name: Checkout code
Expand Down
1 change: 1 addition & 0 deletions noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
raise SystemExit(dedent(message)) from None

python_versions = [
"3.14",
"3.13",
"3.12",
"3.11",
Expand Down
Loading

0 comments on commit 875a479

Please sign in to comment.