Skip to content

Commit

Permalink
fix: rm 3.8 action
Browse files Browse the repository at this point in the history
  • Loading branch information
phi-friday committed Jul 29, 2024
1 parent 23ddb79 commit c800277
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
python-version: ["3.9", "3.10", "3.11", "3.12"]

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
uses: phi-friday/install-rye@v1.5
id: install-rye
with:
python_version: "3.8"
python_version: "3.9"
use_uv: true

- name: Load cached venv
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
name: "Publish library"
strategy:
matrix:
python-version: ["3.8"]
python-version: ["3.12"]

steps:
- name: Check out
Expand Down

0 comments on commit c800277

Please sign in to comment.