Skip to content

Commit 2a2a230

Browse files
Merge pull request 0xPolygon#142 from 0xPolygon/km/bump-python-prod
Bumping python up in prod and dev
2 parents 45c088f + a2a743c commit 2a2a230

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/dev_deployment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Use Python
4040
uses: actions/setup-python@v4
4141
with:
42-
python-version: '3.11'
42+
python-version: '3.12'
4343

4444
- name: pip Install
4545
run: pip install -r requirements.txt --no-cache-dir

.github/workflows/prod_deployment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- name: Use Python
4848
uses: actions/setup-python@v4
4949
with:
50-
python-version: '3.11'
50+
python-version: '3.12'
5151

5252
- name: pip Install
5353
run: pip install -r requirements.txt --no-cache-dir

0 commit comments

Comments
 (0)