From 305122f48823d98fd7fe8de989af2821b3c5d46d Mon Sep 17 00:00:00 2001 From: Michael Herman Date: Tue, 17 Oct 2023 19:10:52 -0500 Subject: [PATCH] update github actions --- .github/workflows/main.yml | 2 +- requirements.txt | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9d0efda..f1e976b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ["3.7", "3.8", "3.9", "3.10"] + python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] steps: - uses: actions/checkout@v3 diff --git a/requirements.txt b/requirements.txt index 37b30b0..56988b6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,4 +2,7 @@ Flask==3.0.0 Flask-SQLAlchemy==3.1.1 gunicorn==21.2.0 psycopg2-binary==2.9.9 + +black==23.10.0 +flake8==6.1.0 pytest==7.4.2