Skip to content

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

Merged
merged 5 commits into from
May 11, 2024
Merged

no-issue: Add free-threading CI #335

merged 5 commits into from
May 11, 2024

Conversation

corona10
Copy link
Member

@corona10 corona10 commented May 11, 2024

@corona10 corona10 requested a review from hugovk May 11, 2024 10:55
@corona10 corona10 changed the title no-issue: Add free-threading CI [WIP] no-issue: Add free-threading CI May 11, 2024
@corona10 corona10 force-pushed the free-threading branch 3 times, most recently from 847150b to 22adc00 Compare May 11, 2024 11:43
@corona10 corona10 changed the title [WIP] no-issue: Add free-threading CI no-issue: Add free-threading CI May 11, 2024
@corona10
Copy link
Member Author

@hugovk
Thanks, now you can review the changes :)

@corona10 corona10 requested a review from hugovk May 11, 2024 11:49
@corona10
Copy link
Member Author

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: ['']
Copy link
Member Author

@corona10 corona10 May 11, 2024

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)

Copy link
Member

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
Copy link
Member

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: ['']
Copy link
Member

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 :)

@corona10 corona10 merged commit 4f17004 into main May 11, 2024
@corona10 corona10 deleted the free-threading branch May 11, 2024 15:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants