You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Sets VFX platform supported years as 2022, 2021, and 2020
* Removes Python2.7 support from the library
* Removes Python2.7 build matrix lines from CI/github actions
* updates setup.py project metadata to drop 2.7 from versions
* modernizes to python3 patterns by running pyupgrade --py37-plus
Signed-off-by: Stephan Steinbach <[email protected]>
Co-authored-by: ssteinbach <[email protected]>
Co-authored-by: Jean-Christophe Morin <[email protected]>
@@ -54,8 +54,8 @@ Documentation, including quick start, architecture, use cases, API docs, and muc
54
54
Supported VFX Platforms
55
55
-----------------
56
56
The current release supports:
57
-
- VFX platform 2022, 2021, 2020, 2019
58
-
- Python 2.7 - 3.10
57
+
- VFX platform 2023, 2022, 2021, 2020
58
+
- Python 3.7 - 3.10
59
59
60
60
For more information on our vfxplatform support policy: [Contribution Guidelines Documentation Page](https://opentimelineio.readthedocs.io/en/latest/tutorials/contributing.html)
61
61
For more information on the vfxplatform: [VFX Platform Homepage](https://vfxplatform.com)
@@ -155,8 +155,8 @@ You can also install the PySide2 dependency with `python -m pip install .[view]`
155
155
156
156
You may need to escape the `[` depending on your shell, `\[view\]` .
157
157
158
-
Currently the code base is written against python 2.7, 3.7, 3.8 and 3.9,
159
-
in keeping with the pep8 style. We ask that before developers submit pull
158
+
Currently the code base is written against python 3.7, 3.8, 3.9, and 3.10, in
159
+
keeping with the pep8 style. We ask that before developers submit pull
160
160
request, they:
161
161
162
162
- run `make test` -- to ensure that none of the unit tests were broken
0 commit comments