Skip to content

Commit c744c6e

Browse files
authored
Merge pull request #44 from GSA/python-3-12
make it work locally. update python to 3.12
2 parents c509c71 + 3458c95 commit c744c6e

File tree

3 files changed

+140
-130
lines changed

3 files changed

+140
-130
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ jobs:
1111
steps:
1212
- name: checkout
1313
uses: actions/checkout@v2
14-
- name: Set up Python 3.8
14+
- name: Set up Python 3.12
1515
uses: actions/setup-python@v1
16-
with: { python-version: 3.8 }
16+
with: { python-version: 3.12 }
1717
- name: Install pip and pipenv
1818
run: |
1919
python -m pip install --upgrade pip
@@ -30,9 +30,9 @@ jobs:
3030
steps:
3131
- name: checkout
3232
uses: actions/checkout@v2
33-
- name: Set up Python 3.8
33+
- name: Set up Python 3.12
3434
uses: actions/setup-python@v1
35-
with: { python-version: 3.8 }
35+
with: { python-version: 3.12 }
3636
- name: Install pip and pipenv
3737
run: |
3838
python -m pip install --upgrade pip

Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ unicodecsv = "*"
1313
setuptools = "71.1.0"
1414

1515
[requires]
16-
python_version = "3.8"
16+
python_version = "3.12"

0 commit comments

Comments
 (0)