Skip to content

Commit eddea74

Browse files
committed
make it work locally. update python to 3.12
1 parent c509c71 commit eddea74

File tree

3 files changed

+138
-128
lines changed

3 files changed

+138
-128
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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)