Skip to content

Commit 6e78a9a

Browse files
committed
fix: An experiment
1 parent 52cbec9 commit 6e78a9a

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
- name: Set up Python
6161
uses: actions/setup-python@v5
6262
with:
63-
python-version: "3.10"
63+
python-version: "3.9"
6464
cache: "pip"
6565

6666
- name: Install project dependencies
@@ -114,7 +114,7 @@ jobs:
114114
- name: Set up Python
115115
uses: actions/setup-python@v5
116116
with:
117-
python-version: "3.10"
117+
python-version: "3.9"
118118
cache: "pip"
119119

120120
- name: Install project dependencies
@@ -212,7 +212,7 @@ jobs:
212212
- name: Set up Python
213213
uses: actions/setup-python@v5
214214
with:
215-
python-version: "3.10"
215+
python-version: "3.9"
216216
cache: "pip"
217217

218218
- name: Download wheel artifacts
@@ -289,7 +289,7 @@ jobs:
289289
- name: Set up Python
290290
uses: actions/setup-python@v5
291291
with:
292-
python-version: "3.10"
292+
python-version: "3.9"
293293
cache: "pip"
294294

295295
- name: Download wheel artifacts
@@ -380,7 +380,7 @@ jobs:
380380
- name: Set up Python
381381
uses: actions/setup-python@v5
382382
with:
383-
python-version: "3.10"
383+
python-version: "3.9"
384384
cache: "pip"
385385

386386
- name: Download wheel artifacts

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
55
[project]
66
name = "c2pa-python"
77
version = "0.23.0"
8-
requires-python = ">=3.10"
8+
requires-python = ">=3.9"
99
description = "Python bindings for the C2PA Content Authenticity Initiative (CAI) library"
1010
readme = { file = "README.md", content-type = "text/markdown" }
1111
license = { text = "MIT OR Apache-2.0" }

0 commit comments

Comments
 (0)