Skip to content

Commit

Permalink
Update Python from 3.8 to 3.9 (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
nickspaargaren authored Oct 8, 2024
1 parent fb195da commit c9d70e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/automated-updates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
git config --global user.email '41898282+github-actions[bot]@users.noreply.github.com'
- uses: actions/setup-python@v5
with:
python-version: 3.8
python-version: 3.9
- name: Update categories
run: |
python3 convert.py categories
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/duplicate-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
name: Python setup
- uses: actions/setup-python@v5
with:
python-version: 3.8
python-version: 3.9
- name: Install pytest
run: pip install pytest
- name: Check for duplicate lines
Expand Down

0 comments on commit c9d70e2

Please sign in to comment.