Skip to content

Commit ca5ca82

Browse files
committed
Remove more python 3.9
Signed-off-by: Doug Walker <doug.walker@autodesk.com>
1 parent dd10d92 commit ca5ca82

3 files changed

Lines changed: 9 additions & 10 deletions

File tree

.github/workflows/dependencies_latest.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -172,12 +172,12 @@ jobs:
172172
build-docs: 'ON'
173173
build-openfx: 'ON'
174174
cxx-standard: 20
175-
python-version: '3.13'
175+
python-version: '3.14'
176176
- build: 2
177177
build-docs: 'ON'
178178
build-openfx: 'ON'
179179
cxx-standard: 17
180-
python-version: '3.9'
180+
python-version: '3.10'
181181
steps:
182182
- name: Setup Python
183183
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
@@ -269,13 +269,13 @@ jobs:
269269
build-docs: 'ON'
270270
build-openfx: 'ON'
271271
cxx-standard: 20
272-
python-version: '3.13'
272+
python-version: '3.14'
273273
use-oiio: 'ON'
274274
- build: 2
275275
build-docs: 'ON'
276276
build-openfx: 'ON'
277277
cxx-standard: 17
278-
python-version: '3.9'
278+
python-version: '3.10'
279279
use-oiio: 'OFF'
280280
steps:
281281
- name: Setup Python

.github/workflows/platform_latest.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -187,14 +187,14 @@ jobs:
187187
build-shared: ON
188188
cxx-standard: 23
189189
enable-sanitizer: OFF
190-
python-version: '3.13'
190+
python-version: '3.14'
191191
- build: 2
192192
build-python: OFF
193193
build-type: Debug
194194
build-shared: ON
195195
cxx-standard: 23
196196
enable-sanitizer: ON
197-
python-version: '3.9'
197+
python-version: '3.10'
198198
steps:
199199
- name: Setup Python
200200
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
@@ -299,13 +299,13 @@ jobs:
299299
build-type: Release
300300
build-shared: ON
301301
cxx-standard: 20
302-
python-version: '3.13'
302+
python-version: '3.14'
303303
- build: 2
304304
build-python: ON
305305
build-type: Debug
306306
build-shared: ON
307307
cxx-standard: 20
308-
python-version: '3.9'
308+
python-version: '3.10'
309309
steps:
310310
- name: Setup Python
311311
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0

setup.cfg

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ classifiers =
77
Topic :: Software Development :: Libraries :: Python Modules
88
Programming Language :: C++
99
Programming Language :: Python :: 3
10-
Programming Language :: Python :: 3.9
1110
Programming Language :: Python :: 3.10
1211
Programming Language :: Python :: 3.11
1312
Programming Language :: Python :: 3.12
@@ -21,7 +20,7 @@ license_files = LICENSE
2120
long_description = file: README.md, LICENSE
2221
long_description_content_type = text/markdown
2322
name = opencolorio
24-
python_requires = '>=3.9'
23+
python_requires = '>=3.10'
2524
url = https://opencolorio.org/
2625

2726
[options]

0 commit comments

Comments
 (0)