Skip to content

Commit

Permalink
chore: switch minimum python version to 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
kmontag committed Aug 19, 2024
1 parent bd28b9b commit 0eb913f
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
version: 1.0
- uses: actions/setup-python@v4
with:
python-version: 3.7
python-version: 3.8
cache: pip
- run: python -m pip install poetry
- run: poetry install
Expand Down
32 changes: 30 additions & 2 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ package-mode = false

[tool.poetry.dependencies]
# Newer python version for development tasks. Note this is different from Live's built-in
# version.
python = "^3.12"
# version (3.7), since some development packages have dropped support for 3.7.
python = "^3.8"

# Packages available at runtime in Live's "site-packages" folder.
future = "0.18.2"
Expand Down

0 comments on commit 0eb913f

Please sign in to comment.