From 042c205d82e8e13c433e0bb1e1fc65ae5f944f7b Mon Sep 17 00:00:00 2001 From: pfeairheller Date: Sun, 7 Apr 2024 15:33:56 -0700 Subject: [PATCH] Update python version in GitHub workflow and setup.py 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 bbedc45..cb0b968 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.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 diff --git a/setup.py b/setup.py index ca07465..bc46961 100644 --- a/setup.py +++ b/setup.py @@ -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',