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

feat: Adds support for versions 3.8, 3.9, 3.10, 3.11 and 3.12 #16

Merged
merged 7 commits into from
Jan 28, 2025

Conversation

ssoto
Copy link
Contributor

@ssoto ssoto commented Jan 27, 2025

This pull request includes several updates to the Python application workflow, the setup.py configuration, and the tox configuration to support newer Python versions and improve compatibility.

Workflow and Configuration Updates:

  • .github/workflows/pythonapp.yml: Updated the workflow to use a matrix strategy for testing against multiple Python versions (3.8 to 3.12). Removed hardcoded Python version setup and replaced it with dynamic version setup using the matrix.
  • setup.py: Updated copyright year to 2025. Expanded the python_requires range to include versions up to 3.12 and added support for the darwin platform. Included additional Python versions in the classifiers. (F3e33f91)
  • tox.ini: Updated the envlist to include new Python versions (3.8 to 3.12) and removed the outdated Python 3.6.

@ssoto ssoto requested a review from fontanon January 27, 2025 22:56
@ssoto ssoto self-assigned this Jan 27, 2025
@ssoto ssoto linked an issue Jan 27, 2025 that may be closed by this pull request
@ssoto ssoto changed the title feat: Adds support for python3.11 feat: Adds support for stable python versions Jan 27, 2025
@ssoto ssoto changed the title feat: Adds support for stable python versions feat: Adds support for stable python versions 3.8, 3.9, 3.10, 3.11 and 3.12 Jan 27, 2025
@ssoto ssoto changed the title feat: Adds support for stable python versions 3.8, 3.9, 3.10, 3.11 and 3.12 feat: Adds support for versions 3.8, 3.9, 3.10, 3.11 and 3.12 Jan 27, 2025
@ssoto ssoto merged commit c38fdcd into master Jan 28, 2025
5 checks passed
@ssoto ssoto deleted the 15-add-support-to-recent-python-vresions branch January 28, 2025 18:57
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.

Add support to recent python vresions
1 participant