From b3b0ddd84f291c4b5a8dfd73b4a791addb867ee6 Mon Sep 17 00:00:00 2001 From: pfeairheller Date: Wed, 14 Feb 2024 15:59:56 -0800 Subject: [PATCH] Upgrade development branch to python 3.12 Signed-off-by: pfeairheller --- .github/workflows/test.yaml | 4 ++-- setup.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 5b48406..adef79f 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -17,10 +17,10 @@ jobs: steps: - uses: actions/checkout@v3 - - name: Set up Python 3.10.4 + - name: Set up Python 3.12.1 uses: actions/setup-python@v2 with: - python-version: 3.10.4 + python-version: 3.12.1 - name: Install dependencies run: | python -m pip install --upgrade pip diff --git a/setup.py b/setup.py index d30fd11..924e4bd 100644 --- a/setup.py +++ b/setup.py @@ -63,7 +63,7 @@ keywords=[ # eg: 'keyword1', 'keyword2', 'keyword3', ], - python_requires='>=3.10.4', + python_requires='>=3.12.1', install_requires=[ 'keri>=1.1.0', 'multicommand>=1.0.0',