Support Python 3.9#1080
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1080 +/- ##
=======================================
Coverage 78.87% 78.87%
=======================================
Files 113 113
Lines 6124 6124
=======================================
Hits 4830 4830
Misses 1294 1294
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report at Codecov.
|
ssteinbach
left a comment
There was a problem hiding this comment.
The README.md also needs to be updated (badges and so on). Thanks for doing this clean up!
|
@ssteinbach I modified the README as requested. I also tried to see if there was other references to supported Python versions and couldn't find anything outside what I have in this PR. Let me know if there is more places to update. |
|
@ssteinbach Does the latest push meet your request on documentation and badges? |
|
Yup this looks good. I think we can ask the question of whether we can drop the older VFX platform support and add 2021. |
|
Thanks @JeanChristopheMorinPerso! |
|
I was unsure about the VFX platform version as I wasn't sure if we fully support 2022. For example I don't know if the OTIO UI works with PySide 5.15.x. |
Fixes #828.
Add support for Python 3.9.
I also took the occasion to set the
python_requiresto explicitly set the supported Python versions and prohibit Python 3.9.0. Additionally I removed the logic around the install requires for Python < 3 to use a more modern and static method.