remove py 3.10.2

This commit is contained in:
wh1te909 2022-05-10 18:52:47 +00:00
parent 50cd7f219a
commit d86a72f858
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ jobs:
name: Tests
strategy:
matrix:
python-version: ['3.10.2', '3.10.4']
python-version: ['3.10.4']
steps:
- uses: actions/checkout@v3