mirror of
https://github.com/retailcrm/api-client-python.git
synced 2025-04-03 21:23:32 +03:00
update versions
This commit is contained in:
parent
41fb599d5f
commit
f56dd891e1
2 changed files with 2 additions and 3 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -18,9 +18,9 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
python-version: [3.7, 3.8, 3.9]
|
||||
python-version: [3.7, 3.8]
|
||||
include:
|
||||
- python-version: '3.10'
|
||||
- python-version: '3.9'
|
||||
coverage: 1
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
|
1
setup.py
1
setup.py
|
@ -37,7 +37,6 @@ setup(
|
|||
'Programming Language :: Python :: 3.7',
|
||||
'Programming Language :: Python :: 3.8',
|
||||
'Programming Language :: Python :: 3.9',
|
||||
'Programming Language :: Python :: 3.10',
|
||||
'Programming Language :: Python :: 3 :: Only',
|
||||
'Topic :: Software Development :: Libraries :: Python Modules',
|
||||
]
|
||||
|
|
Loading…
Add table
Reference in a new issue