-
Notifications
You must be signed in to change notification settings - Fork 311
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
Require Python >3.9 & update workflows to use 3.9 & 3.10 #1744
Conversation
Codecov ReportPatch coverage:
❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more. Additional details and impacted files@@ Coverage Diff @@
## main #1744 +/- ##
==========================================
- Coverage 94.39% 94.38% -0.02%
==========================================
Files 454 454
Lines 42445 42457 +12
==========================================
+ Hits 40064 40071 +7
- Misses 2381 2386 +5
☔ View full report in Codecov by Sentry. |
@saitcakmak has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
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 the quick fix!
@saitcakmak merged this pull request in 114943e. |
Follow up to pytorch/botorch#1924 to avoid CI failures.
NOTE: We cannot support 3.11 currently due to a failure in torchx tests. See pytorch/torchx#744