Python 3.10 Support #375
tdenewiler
started this conversation in
Ideas
Replies: 1 comment
-
Ran into a problem running Python 3.10 in a workflow. Turned out to be a Norway problem. Solution was to put quotes around version numbers in YAML file. https://dev.to/hugovk/the-python-3-1-problem-85g Found that link and fix from |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Python 3.10 development is well underway. The first candidate has been released and the official release is scheduled for 4 October 2021 (5-6 weeks away).
To prepare we should add that as one of the environments we test in, using the
3.10-dev
tag.Beta Was this translation helpful? Give feedback.
All reactions