-
Notifications
You must be signed in to change notification settings - Fork 49
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
Can not install cf-units 3.0.1.post0 on Python 3.10 #218
Comments
Hi @avaldebe, thanks for getting in touch. cf-units currently supports Python 3.7 to 3.9 (see
Is the lack of Python |
This is not a Python 3.10 support issue per se. In any case, I have a work around for now and I would encourage you to look into this before the next release. |
@trexfeathers @avaldebe This issue would be resolved by PR #214 It just needs reviewed and merged, then we can cut a release and that will unlock |
Does this just need a release cut? The latest Ubuntu LTS (22.04) ships with python3.10, if you need an extra nudge ;) (I can confirm current |
Well noticed! We're hoping to cut a release very soon, but would like to get #235 in at a minimum. |
The PR mentioned above has been merged. Any chance we could get a release now? Or at least a pre-release? |
Apologies for the delay. cf-units v3.1 is now available on pypi and conda-forge. |
@bouweandela @SpacemanPaul @avaldebe We've just released On I'm going to close this issue, but thanks for raising it. If you have any follow-on issues, please raise a separate issue or re-open this one. Thanks 👍 |
🐛 Bug Report
How to Reproduce
Steps to reproduce the behaviour:
python3.10 -m venv .venv source .venv/bin/activate
pip install "cf-units==3.0.1.post0"
Expected Behaviour
That the package installs without problems.
Environment
Additional Context
pip install "cf-units==3.0.1"
install without problems (but I have not tested the package)pip install "cf-units==3.0.1.post0"
fails with the following tracebackThe text was updated successfully, but these errors were encountered: