Drop 3.6 and 3.7 support

pull/103/head
Sadra Barikbin 4 months ago
parent b5ceaa8690
commit 9a5b9a2902

@ -25,10 +25,9 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [ "3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12" ]
python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12" ]
# For Python 3.6, we need to fall back to Ubuntu 20.04
runs-on: ${{ matrix.python-version == '3.6' && 'ubuntu-20.04' || 'ubuntu-latest' }}
runs-on: 'ubuntu-latest'
steps:
- name: Set up Python

Loading…
Cancel
Save