mirror of
https://github.com/GSA/notifications-api.git
synced 2026-01-31 23:26:23 -05:00
upgrade to python 3.12.9
This commit is contained in:
4
.github/actions/setup-project/action.yml
vendored
4
.github/actions/setup-project/action.yml
vendored
@@ -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.12.7
|
||||
- name: Set up Python 3.12.9
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: "3.12.7"
|
||||
python-version: "3.12.9"
|
||||
- name: Install poetry
|
||||
shell: bash
|
||||
run: pip install poetry==2.1.3
|
||||
|
||||
@@ -260,12 +260,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.12.7` is what is installed on your
|
||||
environment (assumes version Python `3.12.9` is what is installed on your
|
||||
machine):
|
||||
|
||||
```sh
|
||||
cd notifications-api
|
||||
pyenv virtualenv 3.12.7 notify-api
|
||||
pyenv virtualenv 3.12.9 notify-api
|
||||
pyenv local notify-api
|
||||
```
|
||||
|
||||
@@ -331,7 +331,7 @@ environment with the newer version of Python you just installed:
|
||||
|
||||
```sh
|
||||
cd notifications-api
|
||||
pyenv virtualenv 3.12.7 notify-api
|
||||
pyenv virtualenv 3.12.9 notify-api
|
||||
pyenv local notify-api
|
||||
```
|
||||
|
||||
|
||||
4
poetry.lock
generated
4
poetry.lock
generated
@@ -5562,5 +5562,5 @@ cffi = ["cffi (>=1.11)"]
|
||||
|
||||
[metadata]
|
||||
lock-version = "2.1"
|
||||
python-versions = "^3.12.7"
|
||||
content-hash = "2583570a9d5438a72e080f911f3d67b81e115172a3cf4e2b57e5e025c8416b0e"
|
||||
python-versions = "^3.12.9"
|
||||
content-hash = "143269b2984cdaf755030fbfeed1e7f0b53caee2ab495e4f6b8c4a1bb04f7561"
|
||||
|
||||
@@ -8,7 +8,7 @@ readme = "README.md"
|
||||
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.12.7"
|
||||
python = "^3.12.9"
|
||||
alembic = "==1.16.2"
|
||||
amqp = "==5.3.1"
|
||||
beautifulsoup4 = "==4.13.4"
|
||||
|
||||
Reference in New Issue
Block a user