Skip to content

Commit

Permalink
bump python to 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
sumpfork committed Feb 10, 2024
1 parent b4c2065 commit c48e029
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/compile_card_db.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: 3.8
python-version: 3.9
- run: |
pip install -r requirements.txt
pip install .
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: 3.8
python-version: 3.9
- run: |
pip install -r requirements.txt
pip install .
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update_wiki.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
path: repo
- uses: actions/setup-python@v4
with:
python-version: 3.8
python-version: 3.9
- name: Install dominion-dividers
run: |
cd repo
Expand Down

0 comments on commit c48e029

Please sign in to comment.