-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
[CI] Test with Python 3.12 #6729
Conversation
8c0ee76
to
8f90ecb
Compare
I think the issue should be solved when Catboost provides Python 3.12 wheels. I asked them if they could provide them. |
8f90ecb
to
fc64a1d
Compare
fc64a1d
to
e290f9b
Compare
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #6729 +/- ##
=======================================
Coverage 88.15% 88.15%
=======================================
Files 323 323
Lines 70749 70748 -1
=======================================
+ Hits 62369 62371 +2
+ Misses 8380 8377 -3 |
Waiting for pavlin-policar/openTSNE#255 |
.github/workflows/test.yml
Outdated
@@ -147,7 +147,7 @@ jobs: | |||
name: PyQt6 | |||
|
|||
steps: | |||
- uses: actions/checkout@v4 | |||
- uses: actions/checkout@v3 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why this downgrade?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for checking. It probably remained the same from the previous version of PR. Fixed now.
f340648
to
e03201c
Compare
Description of changes
distutils
, which was deprecated and removed in Python 3.12 form tests.unregister
was called.Includes