-
-
Notifications
You must be signed in to change notification settings - Fork 133
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
Python 3.11 support #400
Comments
Our tests are failing because Also, MacOS doesn't support python 3.11 yet. PR created: #398 |
Have to wait for |
Merged
jond01
added a commit
to jond01/xil
that referenced
this issue
Nov 22, 2022
Limit the Python version to =3.10 because of the `pandas-stubs` typing dependency, see: pandas-dev/pandas-stubs#400 Poetry command: ```sh poetry add -G typing mypy pandas-stubs ``` Add the recommended settings for mypy: https://blog.wolt.com/engineering/2021/09/30/professional-grade-mypy-configuration/ Fix the errors with type ignore as they originate from wrong typing in pandas/builtin libs and make sure mypy passes: ```sh pre-commit run mypy --all-files ```
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
pandas-stubs/pyproject.toml
Line 34 in 581c1eb
Python 3.11 is not supported.
To Reproduce
Try installing in a
venv
from Python 3.11Additional context
It seems pandas already has Python 3.11 support.
The text was updated successfully, but these errors were encountered: