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 support for Python 3.11 #3387

Merged
merged 20 commits into from Dec 1, 2022
Merged

Add support for Python 3.11 #3387

merged 20 commits into from Dec 1, 2022

Conversation

oleksiyskononenko
Copy link
Contributor

@oleksiyskononenko oleksiyskononenko commented Nov 25, 2022

  • make codebase compatible with Python 3.11 changes;
  • only use the required adopted code from python/pythoncapi-compat;
  • remove obsolete code for the older Python versions;
  • switch to Python 3.11 on AppVeyor for Windows and linux;
  • add Python 3.11 support to Jenkins;

Closes #3374

@oleksiyskononenko oleksiyskononenko self-assigned this Nov 25, 2022
@oleksiyskononenko oleksiyskononenko added this to the Release 1.1.0 milestone Nov 25, 2022
@oleksiyskononenko oleksiyskononenko added improve Improvement of an existing functionality ITA Infrastructure, tools and automation; and all installation-related problems labels Nov 25, 2022
@oleksiyskononenko oleksiyskononenko changed the title [WIP] Add support for py311 Add support for Python 3.11 Nov 29, 2022
@oleksiyskononenko oleksiyskononenko changed the title Add support for Python 3.11 Add support for Python 3.11 Dec 1, 2022
@oleksiyskononenko oleksiyskononenko merged commit 6e80543 into main Dec 1, 2022
@oleksiyskononenko oleksiyskononenko deleted the ok/py311 branch December 1, 2022 03:42
@oleksiyskononenko
Copy link
Contributor Author

Last commit is just a text update, so merging.

samukweku pushed a commit that referenced this pull request Dec 2, 2022
- make codebase compatible with Python 3.11 changes;
- only use the required adopted  code from `python/pythoncapi-compat`;
- remove obsolete code for the older Python versions;
- switch to Python 3.11 on AppVeyor for Windows and linux;
- add Python 3.11 support to Jenkins;
 
Closes #3374
samukweku pushed a commit that referenced this pull request Jan 3, 2023
- make codebase compatible with Python 3.11 changes;
- only use the required adopted  code from `python/pythoncapi-compat`;
- remove obsolete code for the older Python versions;
- switch to Python 3.11 on AppVeyor for Windows and linux;
- add Python 3.11 support to Jenkins;
 
Closes #3374
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improve Improvement of an existing functionality ITA Infrastructure, tools and automation; and all installation-related problems
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support Python 3.11
2 participants