Skip to content

Commit

Permalink
build: Replace Python 3.0 with 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
MoritzWeber0 committed Oct 10, 2023
1 parent d2476ae commit 08770f7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-test-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ jobs:
matrix:
os: [ubuntu-latest]
python_version:
- "3.0"
- "3.9"
- "3.10"
- "3.11"
include:
- os: windows-latest
python_version: "3.0"
python_version: "3.9"
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{matrix.python_version}}
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
# - name: Setup Python
# uses: actions/setup-python@v2
# with:
# python-version: "3.0"
# python-version: "3.9"
# - name: Install dependencies
# run: |-
# python -m pip install -U pip
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-python@v2
with:
python-version: "3.0"
python-version: "3.9"
- name: Upgrade pip
run: |
python -m pip install -U pip
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: "3.0"
python-version: "3.9"
- name: Upgrade pip
run: |-
python -m pip install -U pip
Expand All @@ -30,7 +30,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: "3.0"
python-version: "3.9"
- name: Upgrade pip
run: |-
python -m pip install -U pip
Expand Down

0 comments on commit 08770f7

Please sign in to comment.