Skip to content

Commit

Permalink
Officially drop support for Python 3.7, test 3.11 (#376)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhollas committed Mar 17, 2023
1 parent 263701b commit 50498b0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Set up Python 3.9
uses: actions/setup-python@v2
with:
python-version: 3.9
python-version: '3.10'
- uses: pre-commit/action@v2.0.0

test-package:
Expand All @@ -24,7 +24,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ['3.8', '3.9', '3.10']
python-version: ['3.8', '3.9', '3.10', '3.11']

steps:

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ install_requires =
traitlets~=5.0
urllib3~=1.24
watchdog~=2.3
python_requires = >=3.7
python_requires = >=3.8
include_package_data = True
zip_safe = False

Expand Down

0 comments on commit 50498b0

Please sign in to comment.