mirror of
https://github.com/retailcrm/api-client-python.git
synced 2024-11-21 20:46:03 +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
|
||||
strategy:
|
||||
matrix:
|
||||
python-version: [3.5, 3.6, 3.7]
|
||||
python-version: [3.7, 3.8]
|
||||
include:
|
||||
- python-version: '3.8'
|
||||
- python-version: '3.9'
|
||||
coverage: 1
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
@ -3,4 +3,4 @@ nose==1.3.7
|
||||
requests==2.21.0
|
||||
coverage==4.5.4
|
||||
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',
|
||||
'Programming Language :: Python',
|
||||
'Programming Language :: Python :: 3',
|
||||
'Programming Language :: Python :: 3.5',
|
||||
'Programming Language :: Python :: 3.6',
|
||||
'Programming Language :: Python :: 3.7',
|
||||
'Programming Language :: Python :: 3.8',
|
||||
'Programming Language :: Python :: 3.9',
|
||||
'Programming Language :: Python :: 3 :: Only',
|
||||
'Topic :: Software Development :: Libraries :: Python Modules',
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user