-
Notifications
You must be signed in to change notification settings - Fork 324
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 Python 3.12 support #1891
Add Python 3.12 support #1891
Conversation
Task linked: CU-86ayu7163 CTGAN - Support Python 3.12 #324 |
Codecov ReportAttention: Patch coverage is
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## main #1891 +/- ##
=======================================
Coverage 97.51% 97.51%
=======================================
Files 51 51
Lines 5119 5119
=======================================
Hits 4992 4992
Misses 127 127 ☔ View full report in Codecov by Sentry. |
318f0e7
to
abbe27e
Compare
pyproject.toml
Outdated
'ctgan>=0.9.0', | ||
'deepecho>=0.5', | ||
"pandas>=1.5.0;python_version>='3.11' and python_version<'3.12'", | ||
"pandas>=2.0.2;python_version>='3.12'", |
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.
This is required due to this issue.
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.
LGTM!
CU-86ayu6zrx, Resolve #1704.