Skip to content

Commit 042c205

Browse files
committed
Update python version in GitHub workflow and setup.py
Signed-off-by: pfeairheller <[email protected]>
1 parent f309c22 commit 042c205

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/test.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ jobs:
1717

1818
steps:
1919
- uses: actions/checkout@v3
20-
- name: Set up Python 3.12.1
20+
- name: Set up Python 3.12.2
2121
uses: actions/setup-python@v2
2222
with:
23-
python-version: 3.12.1
23+
python-version: 3.12.2
2424
- name: Install dependencies
2525
run: |
2626
python -m pip install --upgrade pip

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
keywords=[
6464
# eg: 'keyword1', 'keyword2', 'keyword3',
6565
],
66-
python_requires='>=3.12.1',
66+
python_requires='>=3.12.2',
6767
install_requires=[
6868
'keri>=1.2.0-dev0',
6969
'multicommand>=1.0.0',

0 commit comments

Comments
 (0)