mirror of
https://github.com/retailcrm/api-client-python.git
synced 2025-04-03 21:23:32 +03:00
fix workflow file
This commit is contained in:
parent
4157c49771
commit
23f651f4fd
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -18,7 +18,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
python-version: [3.8, 3.9, 3.10, 3.11]
|
||||
python-version: ['3.8', '3.9', '3.10', '3.11']
|
||||
include:
|
||||
- python-version: '3.12'
|
||||
coverage: 1
|
||||
|
|
Loading…
Add table
Reference in a new issue