Skip to content

Commit 4f8b882

Browse files
committed
Drop support for Python 3.5 and 3.6
1 parent d5f165d commit 4f8b882

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tox.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
runs-on: ubuntu-22.04
2525
strategy:
2626
matrix:
27-
python: [3.5, 3.6, 3.8, "3.10", "3.12"]
27+
python: [3.8, "3.10", "3.12"]
2828

2929
steps:
3030
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)