Skip to content

Commit

Permalink
drop 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
mpgn authored Jun 20, 2024
1 parent 5e416d7 commit 77b3797
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
python-version: '3.11'
- name: Install poetry
run: |
pipx install poetry --python python${{ matrix.python-version }}
pipx install poetry --python python3.11
poetry --version
poetry env info
- name: Install libraries without dev group
Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:
python-version: '3.11'
- name: Install poetry
run: |
pipx install poetry --python python${{ matrix.python-version }}
pipx install poetry --python python3.11
poetry --version
poetry env info
- name: Install libraries without dev group
Expand Down Expand Up @@ -168,7 +168,7 @@ jobs:
python-version: '3.11'
- name: Install poetry
run: |
pipx install poetry --python python${{ matrix.python-version }}
pipx install poetry --python python3.11
poetry --version
poetry env info
- name: Install libraries without dev group
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
max-parallel: 5
matrix:
os: [ubuntu-latest]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
python-version: ["3.10", "3.11", "3.12"]
steps:
- uses: actions/checkout@v3
- name: Install poetry
Expand Down

0 comments on commit 77b3797

Please sign in to comment.