only test with Python 3.10 and 3.11

This commit is contained in:
Sina Atalay
2023-10-02 20:14:33 +03:00
committed by GitHub
parent 7b328ca132
commit 8de38277bd

View File

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