-
Notifications
You must be signed in to change notification settings - Fork 129
Add explicit support for Python 3.11 #198
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Conversation
Other than numba and #238 tests seem to be passing in 3.11 CI is failing in 3.11, somehow mypy thinks that:
I see that mypy is not officially supported in Python 3.11 yet, so maybe it will be sorted out once it is? python/mypy#12840 |
d232c75
to
8063b5f
Compare
31465ea
to
318ddcc
Compare
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #198 +/- ##
=========================================
Coverage 80.43% 80.44%
=========================================
Files 170 170
Lines 45328 45328
Branches 9687 11069 +1382
=========================================
+ Hits 36461 36463 +2
+ Misses 6643 6642 -1
+ Partials 2224 2223 -1 |
Anything we need to do on the conda-forge side? |
According to the current build status badge under https://github.com/conda-forge/pytensor-suite-feedstock/ and the files under https://anaconda.org/conda-forge/pytensor/files it's already outputting 3.11 artifacts. |
Depends on next Numba release for support of Python 3.11: numba/numba#8304Not testing Numba on Python 3.11 for now
The last two commits of this PR should be removed once:
Other unrelated CI changes