-
Notifications
You must be signed in to change notification settings - Fork 15
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
Conversation
so it turns out the 3.12 tests don't actually cover the build process |
8358fcc
to
31b285c
Compare
e584a9d
to
7ed308d
Compare
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.
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 . |
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.
I see that build
is called before the deps are installed.
Is that ok ?
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.
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", |
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.
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
No description provided.