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

support Python 3.12 #43

Merged
merged 2 commits into from
Nov 13, 2023
Merged

support Python 3.12 #43

merged 2 commits into from
Nov 13, 2023

Conversation

fmigneault
Copy link
Contributor

The following line fails when running PasteDeploy in Python 3.12:

argspec = inspect.formatargspec(*inspect.getargspec(callable))

The inspect.signature is used instead as recommented by inspect.

Also, adds the relevant references and CI tests to indicate/validate Python 3.12 support.

@fmigneault fmigneault mentioned this pull request Nov 6, 2023
3 tasks
@mmerickel
Copy link
Member

Looks like the CICD failure is not related but if you wouldn't mind fixing it while you're in there.... (re-running tox -e format).

@fmigneault
Copy link
Contributor Author

@mmerickel Just a friendly reminder. I applied the fix as requested. Thanks.

@mmerickel
Copy link
Member

Hey I'm sorry I haven't been on top of this. I'll try to get a release out this week.

@mmerickel mmerickel merged commit dbc9fdb into Pylons:main Nov 13, 2023
17 checks passed
@fmigneault fmigneault deleted the support-py312 branch November 14, 2023 01:25
@fmigneault
Copy link
Contributor Author

fmigneault commented Nov 21, 2023

@mmerickel I cannot find a release yet. Is it still not available?

@mmerickel
Copy link
Member

3.1.0 is out now

@fmigneault
Copy link
Contributor Author

Thank you!

fmigneault added a commit to crim-ca/weaver that referenced this pull request Nov 21, 2023
fmigneault added a commit to crim-ca/weaver that referenced this pull request Nov 24, 2023
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