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

Add Py311 and Py312 support, drop Py37 (EOL); update CI actions #194

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

nilason
Copy link
Collaborator

@nilason nilason commented Dec 17, 2023

No description provided.

@@ -26,7 +27,7 @@ packages = find:
package_dir =
include_package_data = True
setup_requires = setuptools>=44; wheel; toml; setuptools_scm>=3.4.3
python_requires = >=3.7
python_requires = >=3.8
Copy link
Contributor

Choose a reason for hiding this comment

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

I'd be reluctant to bump the python requirement unless there's an actual need.
AFAIK the codebase is still compatible with python 3.7.

Copy link
Contributor

@mara004 mara004 Jan 17, 2024

Choose a reason for hiding this comment

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

OK, nevermind. I figured we might like to start using assignment expressions in ctypesgen, which require python 3.8.

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