Replies: 2 comments 8 replies
-
@ComplianceAsCode/oracle-maintainers Do you still need Python 2.7 support to build your packages? |
Beta Was this translation helpful? Give feedback.
8 replies
-
We briefly discussed again this topic on #12816 . In that case, we would like to use type hints in SSG but this causes issues with Python 2. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Even though Python 2 support officially ended many years ago this project still supports building with Python 2 due to RHEL 7 and similar era operating systems still being supported and their default Python version of 2.7.
With the project dropping RHEL 7 support soon, see #12044, I was wondering if at that time we should also drop Python 2 support. It would make maintenance easier and allow use of newer Python features. Now don't get your hopes up too much, we looking supporting back to 3.6 (due to RHEL 8 and similar), but at least it won't be 2.7.
Please leave your thoughts here.
Beta Was this translation helpful? Give feedback.
All reactions