Skip to content

Commit 3a9ae03

Browse files
authored
Bump python version to 3.10 (#556)
Signed-off-by: Jose R. Gonzalez <[email protected]>
1 parent 3757ad0 commit 3a9ae03

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/setup-python/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ runs:
77
steps:
88
- uses: actions/setup-python@v5
99
with:
10-
python-version: '3.9'
10+
python-version: '3.10'

scripts/setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ classifiers =
1818
package_dir =
1919
= src
2020
packages = find:
21-
python_requires = >=3.6
21+
python_requires = >=3.10
2222
install_requires =
2323
PyYAML
2424
requests

0 commit comments

Comments
 (0)