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
Remove vfx platform 2020 support from README.md, add 2024 and 2025, note that 3.12 is also supported (#1883)
* Remove vfx platform 2020 support from README.md
* Few more python references in the README
* remove python 3.7 and 3.8
* noting 3.12 support
* typo in Python version link
* lint fix
* add comment to note version specific import
* Update setup.py
Co-authored-by: Jean-Christophe Morin <[email protected]>
Signed-off-by: Stephan Steinbach <[email protected]>
---------
Signed-off-by: Stephan Steinbach <[email protected]>
Co-authored-by: ssteinbach <[email protected]>
Co-authored-by: Jean-Christophe Morin <[email protected]>
@@ -55,8 +55,8 @@ Documentation, including quick start, architecture, use cases, API docs, and muc
55
55
Supported VFX Platforms
56
56
-----------------
57
57
The current release supports:
58
-
- VFX platform 2023, 2022, 2021, 2020
59
-
- Python 3.7 - 3.10
58
+
- VFX platform 2025, 2024, 2023, 2022
59
+
- Python 3.9 - 3.12
60
60
61
61
For more information on our vfxplatform support policy: [Contribution Guidelines Documentation Page](https://opentimelineio.readthedocs.io/en/latest/tutorials/contributing.html)
62
62
For more information on the vfxplatform: [VFX Platform Homepage](https://vfxplatform.com)
@@ -154,7 +154,7 @@ You can also install the PySide2 dependency with `python -m pip install .[view]`
154
154
155
155
You may need to escape the `[` depending on your shell, `\[view\]` .
156
156
157
-
Currently the code base is written against python 3.7, 3.8, 3.9, 3.10 and 3.11,
157
+
Currently the code base is written against python 3.9-3.12,
158
158
in keeping with the pep8 style. We ask that before developers submit pull
0 commit comments