mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-22 13:34:17 +02:00
chore: add Python 3.13 to Ubuntu CI tests (#2606)
This commit is contained in:
parent
12f2422e18
commit
d73f05d7e2
1 changed files with 3 additions and 0 deletions
3
.github/workflows/run-tests.yml
vendored
3
.github/workflows/run-tests.yml
vendored
|
|
@ -30,6 +30,9 @@ jobs:
|
|||
matrix:
|
||||
os: [ubuntu-latest, windows-latest]
|
||||
python-version: ["3.10"]
|
||||
include:
|
||||
- os: ubuntu-latest
|
||||
python-version: "3.13"
|
||||
fail-fast: false
|
||||
timeout-minutes: 10
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue