diff --git a/.github/workflows/python-app-ci.yml b/.github/workflows/python-app-ci.yml index f82ba5fe..1cd3d834 100644 --- a/.github/workflows/python-app-ci.yml +++ b/.github/workflows/python-app-ci.yml @@ -21,10 +21,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 @@ -44,10 +44,10 @@ jobs: runs-on: ubuntu-latest 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/README.md b/README.md index f281ce28..540223ab 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ All Agent db access is through the associated Agent. ### Setup -* Ensure [Python](https://www.python.org/downloads/) `version 3.10.4+` is installed +* Ensure [Python](https://www.python.org/downloads/) `version 3.12.14+` is installed * Install [Keripy dependency](https://github.com/WebOfTrust/keripy#dependencies) (`libsodium 1.0.18+`) diff --git a/docs/README.rst b/docs/README.rst index b4d24334..daa0f280 100644 --- a/docs/README.rst +++ b/docs/README.rst @@ -14,7 +14,7 @@ Setup ~~~~~ - Ensure `Python `__ - ``version 3.10.4+`` is installed + ``version 3.12.1+`` is installed - Install `Keripy dependency `__ (``libsodium 1.0.18+``) diff --git a/setup.py b/setup.py index ca624705..836fb04b 100644 --- a/setup.py +++ b/setup.py @@ -73,7 +73,7 @@ "resolver", # eg: 'keyword1', 'keyword2', 'keyword3', ], - python_requires='>=3.10.4', + python_requires='>=3.12.1', install_requires=[ 'hio>=0.6.9', 'keri>=1.1.0',