Skip to content

Commit

Permalink
Drop python 3.9 support
Browse files Browse the repository at this point in the history
  • Loading branch information
rpdelaney committed Aug 15, 2023
1 parent 93e4f58 commit d7c9fe6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
fail-fast: true
matrix:
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
python-version: ["3.8", "3.9", "3.10"]
python-version: ["3.10", "3.11"]
runs-on: ${{ matrix.os }}
steps:
# ----------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ classifiers = [
dumbpw = "dumbpw.cli:cli"

[tool.poetry.dependencies]
python = ">=3.8, <4.0"
python = ">=3.10, <4.0"
click = ">=8.0.3"
deal = ">=4.19.1"

Expand Down

0 comments on commit d7c9fe6

Please sign in to comment.