Skip to content

Commit

Permalink
Bump to 3.9+
Browse files Browse the repository at this point in the history
  • Loading branch information
blackary committed Jun 26, 2024
1 parent 0b8661b commit c38205b
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10"]
python-version: ["3.9", "3.11"]

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ repos:
rev: v1.10.0
hooks:
- id: mypy
language_version: python3.8
language_version: python3.9
additional_dependencies:
- types-all

Expand Down
24 changes: 12 additions & 12 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ readme = "README.md"
packages = [{ include = "st_pages", from = "src" }]

[tool.poetry.dependencies]
python = ">=3.8,<3.9.7 || >3.9.7,<4.0"
python = ">=3.9,<3.9.7 || >3.9.7,<4.0"
streamlit = ">=1.36.0"

[tool.poetry.group.dev.dependencies]
Expand Down
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py{38,311}-streamlit{36}
envlist = py{39,311}-streamlit{36}
isolated_build = True

[testenv]
Expand All @@ -21,5 +21,5 @@ basepython = python3

[gh-actions]
python =
3.8: py38
3.9: py39
3.11: py311

0 comments on commit c38205b

Please sign in to comment.