Skip to content

Commit

Permalink
👷 project management changes
Browse files Browse the repository at this point in the history
  • Loading branch information
juftin committed Dec 22, 2023
1 parent 17ef982 commit d602ccf
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Set up Python Environment 3.10
- name: Set up Python Environment 3.11
uses: actions/setup-python@v4
with:
python-version: "3.10"
python-version: "3.11"
- name: Install Hatch
run: |
python -m pip install --upgrade pip
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.10"
python-version: "3.11"
- name: Install Hatch
run: |
python -m pip install --upgrade pip
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.10"
python-version: "3.11"
- name: Install Hatch
run: |
python -m pip install --upgrade pip
Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:
- name: Set up Python Environment
uses: actions/setup-python@v4
with:
python-version: "3.10"
python-version: "3.11"
- name: Install Hatch
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit d602ccf

Please sign in to comment.