1
0
mirror of https://github.com/privacyguides/privacyguides.org.git synced 2025-07-02 01:32:41 +00:00

Upgrade to Python 3.12 (#2468)

Signed-off-by: Daniel Gray <dngray@privacyguides.org>
This commit is contained in:
2024-03-31 14:09:12 +00:00
committed by Daniel Gray
parent 82ab189d36
commit 1372587017
10 changed files with 143 additions and 2723 deletions

View File

@ -52,7 +52,6 @@ jobs:
- name: Python setup
uses: actions/setup-python@v5
with:
python-version: '3.8'
cache: 'pipenv'
- uses: actions/cache/restore@v4.0.2

View File

@ -76,7 +76,6 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: '3.8'
cache: 'pipenv'
- uses: actions/cache/restore@v4.0.2