mirror of
https://github.com/retailcrm/api-client-python.git
synced 2024-11-22 04:56:04 +03:00
Update python version (#34)
This commit is contained in:
parent
1c36f3464b
commit
d0a558a8fe
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -18,9 +18,9 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
python-version: [3.5, 3.6, 3.7]
|
python-version: [3.7, 3.8]
|
||||||
include:
|
include:
|
||||||
- python-version: '3.8'
|
- python-version: '3.9'
|
||||||
coverage: 1
|
coverage: 1
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
@ -3,4 +3,4 @@ nose==1.3.7
|
|||||||
requests==2.21.0
|
requests==2.21.0
|
||||||
coverage==4.5.4
|
coverage==4.5.4
|
||||||
pook==1.0.1
|
pook==1.0.1
|
||||||
setuptools==43.0.0
|
setuptools==65.5.1
|
||||||
|
3
setup.py
3
setup.py
@ -34,10 +34,9 @@ setup(
|
|||||||
'Operating System :: OS Independent',
|
'Operating System :: OS Independent',
|
||||||
'Programming Language :: Python',
|
'Programming Language :: Python',
|
||||||
'Programming Language :: Python :: 3',
|
'Programming Language :: Python :: 3',
|
||||||
'Programming Language :: Python :: 3.5',
|
|
||||||
'Programming Language :: Python :: 3.6',
|
|
||||||
'Programming Language :: Python :: 3.7',
|
'Programming Language :: Python :: 3.7',
|
||||||
'Programming Language :: Python :: 3.8',
|
'Programming Language :: Python :: 3.8',
|
||||||
|
'Programming Language :: Python :: 3.9',
|
||||||
'Programming Language :: Python :: 3 :: Only',
|
'Programming Language :: Python :: 3 :: Only',
|
||||||
'Topic :: Software Development :: Libraries :: Python Modules',
|
'Topic :: Software Development :: Libraries :: Python Modules',
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user