Skip to content

Commit

Permalink
Update python version in GitHub workflow and setup.py
Browse files Browse the repository at this point in the history
Signed-off-by: pfeairheller <pfeairheller@gmail.com>
  • Loading branch information
pfeairheller committed Apr 7, 2024
1 parent f309c22 commit 042c205
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Set up Python 3.12.1
- name: Set up Python 3.12.2
uses: actions/setup-python@v2
with:
python-version: 3.12.1
python-version: 3.12.2
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
keywords=[
# eg: 'keyword1', 'keyword2', 'keyword3',
],
python_requires='>=3.12.1',
python_requires='>=3.12.2',
install_requires=[
'keri>=1.2.0-dev0',
'multicommand>=1.0.0',
Expand Down

0 comments on commit 042c205

Please sign in to comment.