Skip to content

Commit

Permalink
Run tests on Python 3.14.
Browse files Browse the repository at this point in the history
  • Loading branch information
pelme committed Dec 15, 2024
1 parent ac4b0bd commit bc1b082
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,12 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.10", "3.11", "3.12", "3.13"]
python-version:
- "3.10"
- "3.11"
- "3.12"
- "3.13"
- ">=3.14"
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
Expand Down

0 comments on commit bc1b082

Please sign in to comment.