Skip to content

Commit

Permalink
chore(ci): bump Python version used in pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
SplinterHead committed Mar 12, 2024
1 parent 271a058 commit fe7fd5a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: 3.9
python-version: 3.11
cache: "poetry"
- name: Install Dependencies
run: poetry install
Expand All @@ -37,7 +37,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: 3.9
python-version: 3.11
cache: "poetry"
- name: Install Dependencies
run: poetry install
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/test-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: 3.9
python-version: 3.11
cache: "poetry"
- name: Install Dependencies
run: poetry install
Expand All @@ -44,7 +44,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: 3.9
python-version: 3.11
cache: "poetry"
- name: Install Dependencies
run: poetry install
Expand All @@ -69,7 +69,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: 3.9
python-version: 3.11
- name: Install coverage
run: pip install coverage
- uses: actions/download-artifact@master
Expand Down Expand Up @@ -106,7 +106,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: 3.9
python-version: 3.11
cache: "poetry"
- name: Get Next Version
id: semver
Expand Down

0 comments on commit fe7fd5a

Please sign in to comment.