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.12 #222

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

grzanka
Copy link
Contributor

@grzanka grzanka commented Dec 30, 2024

Fixes #200

Add support for Python 3.12 in GitHub Actions workflow.

  • Update the python-version in the smoke-test-on-linux job to '3.12'.
  • Simplify the matrix in the build-and-test job to have only one python version (3.11) for mac, windows, and Linux, and three different versions (3.9, 3.10, 3.12) for Linux.
  • Add '3.11' for windows/macosx/linux matrix item in the build-and-test job.
  • Update the python-version matrix in the test-package job to include '3.12'.

For more details, open the Copilot Workspace session.

Fixes #200

Add support for Python 3.12 in GitHub Actions workflow.

* Update the `python-version` in the `smoke-test-on-linux` job to '3.12'.
* Simplify the matrix in the `build-and-test` job to have only one python version (3.11) for mac, windows, and Linux, and three different versions (3.9, 3.10, 3.12) for Linux.
* Add '3.11' for windows/macosx/linux matrix item in the `build-and-test` job.
* Update the `python-version` matrix in the `test-package` job to include '3.12'.

---

For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/yaptide/converter/issues/200?shareId=XXXX-XXXX-XXXX-XXXX).
@grzanka grzanka self-assigned this Dec 30, 2024
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 for python 3.12
1 participant