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:
1
.github/workflows/build-offline.yml
vendored
1
.github/workflows/build-offline.yml
vendored
@ -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
|
||||
|
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@ -76,7 +76,6 @@ jobs:
|
||||
|
||||
- uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: '3.8'
|
||||
cache: 'pipenv'
|
||||
|
||||
- uses: actions/cache/restore@v4.0.2
|
||||
|
Reference in New Issue
Block a user