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

WIP: Add Python 3.12 to CI build matrix #37

Closed
wants to merge 1 commit into from
Closed

WIP: Add Python 3.12 to CI build matrix #37

wants to merge 1 commit into from

Conversation

ianmkenney
Copy link
Collaborator

Fixes #30

PR Checklist

  • Tests?
  • Docs?
  • CHANGELOG updated?
  • Issue raised/referenced?

@IAlibay
Copy link
Member

IAlibay commented Oct 19, 2023

MDA doesn't support 3.12 yet

@ianmkenney
Copy link
Collaborator Author

MDA doesn't support 3.12 yet

Seems so, would you like it if I keep this open for when MDA does or just close the PR and address it later?

@ianmkenney ianmkenney changed the title Add Python 3.12 to CI build matrix WIP: Add Python 3.12 to CI build matrix Oct 19, 2023
@IAlibay
Copy link
Member

IAlibay commented Oct 19, 2023

I'm always of the view that PRs pending upstream changes should be kept open.

@@ -43,7 +43,7 @@ jobs:
matrix:
# os: [macOS-latest, ubuntu-latest, windows-latest]
os: [ubuntu-latest, macOS-latest]
python-version: ["3.9", "3.10", "3.11"]
python-version: ["3.9", "3.10", "3.11", "3.12"]
Copy link
Member

Choose a reason for hiding this comment

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

If you put an exclude for the combination of py3.12 + latest then this should work

@IAlibay
Copy link
Member

IAlibay commented Jan 3, 2024

Closing as superseded by #42

@IAlibay IAlibay closed this Jan 3, 2024
@IAlibay IAlibay deleted the py312 branch January 6, 2024 07:54
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.

Check Py3.12 compatibility
2 participants