Skip to content

Commit

Permalink
remove python3.8 support
Browse files Browse the repository at this point in the history
  • Loading branch information
gracevivi523 committed Nov 22, 2024
1 parent 46a2fd5 commit 6820d92
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,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
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[project]
name = "cloud-workstation"
version = "0.2.0"
requires-python = ">=3.8"
version = "0.2.1"
requires-python = ">=3.9"
readme = "README.md"
description = ""
authors = [
Expand Down

0 comments on commit 6820d92

Please sign in to comment.