File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
55[project ]
66name = " c2pa-python"
77version = " 0.23.0"
8- requires-python = " >=3.10 "
8+ requires-python = " >=3.9 "
99description = " Python bindings for the C2PA Content Authenticity Initiative (CAI) library"
1010readme = { file = " README.md" , content-type = " text/markdown" }
1111license = { text = " MIT OR Apache-2.0" }
You can’t perform that action at this time.
0 commit comments