This commit is contained in:
jeffj6123 2022-05-09 13:49:56 -07:00
Родитель 802f6efbf9
Коммит 87eb6dd543
1 изменённых файлов: 1 добавлений и 1 удалений

2
.github/workflows/test.yml поставляемый
Просмотреть файл

@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.6, 3.7, 3.8]
python-version: [3.7, 3.8, 3.9]
steps:
- uses: actions/checkout@v2