-
-
Notifications
You must be signed in to change notification settings - Fork 194
no-issue: Add free-threading CI #335
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
847150b
to
22adc00
Compare
@hugovk |
Sorry my local force push up ignore your previous comment :( |
@@ -25,44 +25,54 @@ jobs: | |||
os: [ubuntu-latest] | |||
python: ["3.8", "3.9", "3.10", "3.11", "3.12"] | |||
experimental: [false] | |||
build: [''] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OTAH, what do you think about using 'default'?
(It could be verbose for someone)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, that could work. I've no strong opinion either way :)
- name: Install | ||
# pyperformance must be installed: | ||
# pyperformance/tests/test_compare.py imports it | ||
run: | | ||
python -m pip install --upgrade pip setuptools | ||
python -m pip install -e . | ||
- name: Display Python version | ||
run: python -c "import sys; print(sys.version)" | ||
run: python --version --version |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's a shame this doesn't show if we're on a free-threaded build, but never mind.
@@ -25,44 +25,54 @@ jobs: | |||
os: [ubuntu-latest] | |||
python: ["3.8", "3.9", "3.10", "3.11", "3.12"] | |||
experimental: [false] | |||
build: [''] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, that could work. I've no strong opinion either way :)
reference: https://dev.to/hugovk/help-us-test-free-threaded-python-without-the-gil-1hgf