Skip to content

Commit

Permalink
Merge pull request #44 from GSA/python-3-12
Browse files Browse the repository at this point in the history
make it work locally. update python to 3.12
  • Loading branch information
Jin-Sun-tts authored Dec 30, 2024
2 parents c509c71 + 3458c95 commit c744c6e
Show file tree
Hide file tree
Showing 3 changed files with 140 additions and 130 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,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 All @@ -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 c744c6e

Please sign in to comment.