Skip to content

Commit

Permalink
make it work locally. update python to 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
FuhuXia committed Dec 30, 2024
1 parent c509c71 commit eddea74
Show file tree
Hide file tree
Showing 3 changed files with 138 additions and 128 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ jobs:
steps:
- name: checkout
uses: actions/checkout@v2
- name: Set up Python 3.8
- name: Set up Python 3.12
uses: actions/setup-python@v1
with: { python-version: 3.8 }
with: { python-version: 3.12 }
- name: Install pip and pipenv
run: |
python -m pip install --upgrade pip
Expand Down
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ unicodecsv = "*"
setuptools = "71.1.0"

[requires]
python_version = "3.8"
python_version = "3.12"
Loading

0 comments on commit eddea74

Please sign in to comment.