Skip to content

Commit

Permalink
Remove 3.8 from earthfile
Browse files Browse the repository at this point in the history
  • Loading branch information
BurnySc2 committed Sep 13, 2023
1 parent 3bb78fa commit 30b3878
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/earthly_project_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
python-version: ['3.8', '3.9', '3.10', '3.11']
python-version: ['3.9', '3.10', '3.11']
runs-on: ${{ matrix.os }}

steps:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/test_fastapi_server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ jobs:
with:
gh-token: ${{ secrets.GITHUB_TOKEN }}
jobs: |
test_backend_py3.8
test_backend_py3.9
test_backend_py3.10
test_backend_py3.11
Expand Down

0 comments on commit 30b3878

Please sign in to comment.