Skip to content

Commit ac03c6e

Browse files
authored
Upgrade development branch to python 3.12 (#106)
Signed-off-by: pfeairheller <pfeairheller@gmail.com>
1 parent 1f10ade commit ac03c6e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
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.10.4
20+
- name: Set up Python 3.12.1
2121
uses: actions/setup-python@v2
2222
with:
23-
python-version: 3.10.4
23+
python-version: 3.12.1
2424
- name: Install dependencies
2525
run: |
2626
python -m pip install --upgrade pip

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
keywords=[
6464
# eg: 'keyword1', 'keyword2', 'keyword3',
6565
],
66-
python_requires='>=3.10.4',
66+
python_requires='>=3.12.1',
6767
install_requires=[
6868
'keri>=1.1.0',
6969
'multicommand>=1.0.0',

0 commit comments

Comments
 (0)