Skip to content
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

test on python 3.12 #35

Merged
merged 6 commits into from
Oct 26, 2023
Merged

test on python 3.12 #35

merged 6 commits into from
Oct 26, 2023

Conversation

graingert
Copy link
Member

No description provided.

@graingert
Copy link
Member Author

so it turns out the 3.12 tests don't actually cover the build process

@graingert graingert requested a review from adiroiban October 26, 2023 08:45
Copy link
Member

@adiroiban adiroiban left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks. I think this is good to merge.

Only a minor comment.

Feel free to merge.

@@ -54,10 +54,13 @@ jobs:
python-version: ${{ matrix.python-version }}
allow-prereleases: true

- name: Test build
run: pipx run --python=python build .
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I see that build is called before the deps are installed.

Is that ok ?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

pipx manages the deps

@@ -40,4 +44,5 @@ def read(*parts):
maintainer='Twisted Matrix Labs Developers',
version=versioneer.get_version(),
cmdclass=versioneer.get_cmdclass(),
python_requires=">= 3.8",
Copy link
Member

@adiroiban adiroiban Oct 26, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think that we also need to remove the universal build

The resulting wheel is

constantly-0+untagged.1.g6bbe661-py2.py3-none-any.whl

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