Skip to content

Commit

Permalink
Drop support for python 3.9 (#216)
Browse files Browse the repository at this point in the history
  • Loading branch information
allenporter committed Jul 15, 2023
1 parent a3d91d1 commit 6608e2a
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.9', '3.10', '3.11']
python-version: ['3.10', '3.11']
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ keywords = Rain Bird

[options]
packages = find:
python_requires >= 3.9
python_requires = >=3.10
install_requires =
pycryptodome>=3.16.0
requests>=2.22.0
Expand Down

0 comments on commit 6608e2a

Please sign in to comment.