-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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 explicit support for Python 3.11 #6584
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #6584 +/- ##
==========================================
- Coverage 92.01% 91.87% -0.14%
==========================================
Files 91 92 +1
Lines 15114 15533 +419
==========================================
+ Hits 13907 14271 +364
- Misses 1207 1262 +55
|
@zoj613 The Polyagamma library was causing conflicts with Python3.11 due to numpy dependencies. Have you seen/tested that? |
Could you show me the error message? The tests currently are for python 3.7-3.10. |
693be05
to
8178c66
Compare
@zoj613 I removed the last commit, it should fail again now |
Thanks. Gonna take a look at this sometime today. |
@ricardoV94 v1.3.5 with py3.11 support is up on pypi. You can retry the CI. |
All tests passed with Python 3.11, reverting now the commit so jobs are spread across multiple versions as before |
Many people have been installing PyMC on Python 3.11. Checking if all of our tests pass on it, before adding it as an explicit supported version.
Last commit should be dropped before merging
Related to pymc-devs/pytensor#198