File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed
Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 33on : [push, pull_request]
44
55env :
6- X_PYTHON_MIN_VERSION : " 3.9 "
6+ X_PYTHON_MIN_VERSION : " 3.10 "
77 X_PYTHON_MAX_VERSION : " 3.12"
88
99jobs :
4545 runs-on : ubuntu-latest
4646 strategy :
4747 matrix :
48- python-version : ["3.9 ", "3.12"]
48+ python-version : ["3.10 ", "3.12"]
4949 env :
5050 COUCHDB_ADMIN_PASSWORD : " yo0Quai3"
5151 # (2024-10-11, s-heppner)
@@ -208,7 +208,7 @@ jobs:
208208 runs-on : ubuntu-latest
209209 strategy :
210210 matrix :
211- python-version : ["3.9 ", "3.12"]
211+ python-version : ["3.10 ", "3.12"]
212212 defaults :
213213 run :
214214 working-directory : ./compliance_tool
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ classifiers = [
3434 " Operating System :: OS Independent" ,
3535 " Development Status :: 5 - Production/Stable"
3636]
37- requires-python = " >=3.9 "
37+ requires-python = " >=3.10 "
3838dependencies = [
3939 " pyecma376-2>=0.2.4" ,
4040 " jsonschema>=4.21.1" ,
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ version: 2
66build :
77 os : ubuntu-20.04
88 tools :
9- python : " 3.9 "
9+ python : " 3.10 "
1010
1111sphinx :
1212 configuration : docs/source/conf.py
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ classifiers = [
3434 " Operating System :: OS Independent" ,
3535 " Development Status :: 5 - Production/Stable"
3636]
37- requires-python = " >=3.9 "
37+ requires-python = " >=3.10 "
3838dependencies = [
3939 " lxml>=6.0.2" ,
4040 " python-dateutil>=2.8,<3" ,
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ classifiers = [
3434 " Operating System :: OS Independent" ,
3535 " Development Status :: 5 - Production/Stable"
3636]
37- requires-python = " >=3.9 "
37+ requires-python = " >=3.10 "
3838dependencies = [
3939 " urllib3>=1.26,<3" ,
4040 " Werkzeug>=3.0.3,<4" ,
You can’t perform that action at this time.
0 commit comments