Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/publish-docs.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Simple workflow for deploying static content to GitHub Pages
# Based on the GitHub template
name: Deploy static content to Pages

on:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ name: Run test
on: [push, pull_request]

env:
PYTHON_TARGETS: '3.11 3.12 3.13'
PYTHON_TARGETS: '3.11 3.12 3.13 3.14'
PYO3_NO_PYTHON: TRUE

jobs:
run-tests:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python: ['3.11', '3.12', '3.13']
python: ['3.11', '3.12', '3.13', '3.14']
runs-on: ${{ matrix.os }}
steps:
- name: Checkout code
Expand Down