Support Python 3.9
See original GitHub issueIs your feature request related to a problem? Please describe.
I’d like to use Python 3.9 however, azureml-train-automl-client
has a requirement for python <3.9,>=3.6
Describe the solution you’d like Support Python 3.9
Describe alternatives you’ve considered N/A
Additional context Traceback:
ERROR: Package 'azureml-train-automl-client' requires a different Python: 3.9.9 not in '<3.9,>=3.6'
Issue Analytics
- State:
- Created 2 years ago
- Reactions:2
- Comments:17 (5 by maintainers)
Top Results From Across the Web
What's New In Python 3.9 — Python 3.11.1 documentation
Python 3.9 is the last version providing those Python 2 backward compatibility layers, to give more time to Python projects maintainers to organize...
Read more >Python - endoflife.date
Release Released Security Support
3.11 1 month and 3 weeks ago. (24 Oct 2022) Ends in 4 years and 10 months. (24 Oct 2...
3.10...
Read more >Python 3.9 support table for most popular Python packages
Python 3.9 is a currently supported version of Python . This site shows Python 3.9 support for the 360 most downloaded packages on...
Read more >Heroku Python Support
Supported runtimes · python-3.11.1 on all supported stacks · python-3.10.9 on all supported stacks (recommended) · python-3.9.16 on all supported ...
Read more >Chapter 38. Installing and using Python Red Hat Enterprise ...
You can install Python 3.8 and Python 3.9, including packages built for either version, in parallel with Python 3.6 on the same system,...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I just completed the change to allow azureml-train-automl-client to work with Python 3.9. This should be available in the next Azure ML SDK release, 1.45.0.
We would also like to upgrade our project to Python 3.9, is there any update on this issue? @bandsina @kristapratico