Browse Source

removed python3.8 from the tested releases

pull/146/head
Eugenio Parodi 3 years ago
parent
commit
cff68a2c44
  1. 2
      .github/workflows/testing.yml

2
.github/workflows/testing.yml

@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ['3.8', '3.9', '3.10']
python-version: ['3.9', '3.10', '3.11']
steps:
- uses: actions/checkout@v3

Loading…
Cancel
Save