okay upgrade to 3.13.2 now to stay in sync with admin

This commit is contained in:
Kenneth Kehl
2025-05-30 12:35:27 -07:00
parent 86c7e77197
commit fb3bf6d9b1
4 changed files with 8 additions and 8 deletions

View File

@@ -9,10 +9,10 @@ runs:
sudo apt-get update \
&& sudo apt-get install -y --no-install-recommends \
libcurl4-openssl-dev
- name: Set up Python 3.13.3
- name: Set up Python 3.13.2
uses: actions/setup-python@v4
with:
python-version: "3.13.3"
python-version: "3.13.2"
- name: Install poetry
shell: bash
run: pip install poetry==2.1.3

View File

@@ -259,12 +259,12 @@ git clone git@github.com:GSA/notifications-api.git
Now go into the project directory (`notifications-api` by default), create a
virtual environment, and set the local Python version to point to the virtual
environment (assumes version Python `3.13.3` is what is installed on your
environment (assumes version Python `3.13.2` is what is installed on your
machine):
```sh
cd notifications-api
pyenv virtualenv 3.13.3 notify-api
pyenv virtualenv 3.13.2 notify-api
pyenv local notify-api
```
@@ -329,7 +329,7 @@ environment with the newer version of Python you just installed:
```sh
cd notifications-api
pyenv virtualenv 3.13.3 notify-api
pyenv virtualenv 3.13.2 notify-api
pyenv local notify-api
```

4
poetry.lock generated
View File

@@ -5602,5 +5602,5 @@ cffi = ["cffi (>=1.11)"]
[metadata]
lock-version = "2.1"
python-versions = "^3.13.3"
content-hash = "8a2eca06a71550cc0aac0701655676e356bf1139e5ac438bcdf397da4cef120f"
python-versions = "^3.13.2"
content-hash = "0a2f20057dddf556e5da83ad87989fd8dc771918ed842bb7b288e8c6a599702f"

View File

@@ -8,7 +8,7 @@ readme = "README.md"
[tool.poetry.dependencies]
python = "^3.13.3"
python = "^3.13.2"
alembic = "==1.16.1"
amqp = "==5.3.1"
beautifulsoup4 = "==4.13.4"