This commit is contained in:
Benedikt Reinartz 2023-08-07 14:33:45 +02:00
Родитель 7dd9b46309
Коммит d8f51e9e28
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -33,7 +33,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
python: ['3.11', '3.10', '3.9', '3.8', '3.7'] # pypy3
python: ['3.11', '3.10', '3.9', '3.8'] # pypy3
steps:
- uses: actions/checkout@v3