Remove testing with Python 3.6 (not supported)

pull/2301/head
grossmj 8 months ago
parent 18012dc18a
commit 56839413fa

@ -17,7 +17,7 @@ jobs:
strategy:
matrix:
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
steps:
- uses: actions/checkout@v3

Loading…
Cancel
Save