Skip to content
Draft
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
18 changes: 9 additions & 9 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,15 +86,15 @@ jobs:
task: test-noqueue
partition: not ci1

# Free-threading (WIP - tests don't pass yet)
# - os: ubuntu-latest
# environment: py314t
# task: test-ci
# partition: ci1
# - os: ubuntu-latest
# environment: py314t
# task: test-ci
# partition: not ci1
# Free-threading
- os: ubuntu-latest
environment: py314t
task: test-ci
partition: ci1
- os: ubuntu-latest
environment: py314t
task: test-ci
partition: not ci1

steps:
- name: Checkout source
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ classifiers = [
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Programming Language :: Python :: 3.14",
"Programming Language :: Python :: Free Threading :: 1 - Unstable",
"Topic :: Scientific/Engineering",
"Topic :: System :: Distributed Computing",
]
Expand Down
Loading