Skip to content

Commit f7a7208

Browse files
committed
noting 3.12 support
1 parent 6de7f45 commit f7a7208

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ OpenTimelineIO
44
==============
55

66
[![Supported VFX Platform Versions](https://img.shields.io/badge/vfx%20platform-2022--2025-lightgrey.svg)](http://www.vfxplatform.com/)
7-
![Supported Versions](https://img.shields.io/badge/python-3.9%2C%203.10%2C%203.11-blue)
7+
![Supported Versions](https://img.shields.io/badge/python-3.9%2C%203.10%2C%203.11-%2C%203.12-blue)
88
[![Build Status](https://github.com/AcademySoftwareFoundation/OpenTimelineIO/actions/workflows/python-package.yml/badge.svg)](https://github.com/AcademySoftwareFoundation/OpenTimelineIO/actions/workflows/python-package.yml)
99
[![codecov](https://codecov.io/gh/AcademySoftwareFoundation/OpenTimelineIO/branch/main/graph/badge.svg)](https://codecov.io/gh/AcademySoftwareFoundation/OpenTimelineIO)
1010
[![docs](https://readthedocs.org/projects/opentimelineio/badge/?version=latest)](https://opentimelineio.readthedocs.io/en/latest/index.html)
@@ -56,7 +56,7 @@ Supported VFX Platforms
5656
-----------------
5757
The current release supports:
5858
- VFX platform 2025, 2024, 2023, 2022
59-
- Python 3.9 - 3.11
59+
- Python 3.9 - 3.12
6060

6161
For more information on our vfxplatform support policy: [Contribution Guidelines Documentation Page](https://opentimelineio.readthedocs.io/en/latest/tutorials/contributing.html)
6262
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]`
154154

155155
You may need to escape the `[` depending on your shell, `\[view\]` .
156156

157-
Currently the code base is written against python 3.9, 3.10 and 3.11,
157+
Currently the code base is written against python 3.9-3.12,
158158
in keeping with the pep8 style. We ask that before developers submit pull
159159
request, they:
160160

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -320,6 +320,7 @@ def run(self):
320320
'Programming Language :: Python :: 3.9',
321321
'Programming Language :: Python :: 3.10',
322322
'Programming Language :: Python :: 3.11',
323+
'Programming Language :: Python :: 3.12',
323324
'Operating System :: OS Independent',
324325
'Natural Language :: English',
325326
],

0 commit comments

Comments
 (0)