mirror of
https://github.com/retailcrm/api-client-python.git
synced 2025-04-04 21:53:38 +03:00
update python versions test matrix
This commit is contained in:
parent
f17fbc6801
commit
d8e785f12b
3 changed files with 8 additions and 6 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]
|
||||
python-version: [3.8, 3.9, 3.10, 3.11]
|
||||
include:
|
||||
- python-version: '3.9'
|
||||
- python-version: '3.12'
|
||||
coverage: 1
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
multidimensional-urlencode==0.0.4
|
||||
nose==1.3.7
|
||||
requests==2.32.0
|
||||
requests==2.32.1
|
||||
coverage==4.5.4
|
||||
pook==1.0.1
|
||||
setuptools==65.5.1
|
||||
pook==1.3.3
|
||||
setuptools==70.0.0
|
||||
|
|
4
setup.py
4
setup.py
|
@ -34,9 +34,11 @@ setup(
|
|||
'Operating System :: OS Independent',
|
||||
'Programming Language :: Python',
|
||||
'Programming Language :: Python :: 3',
|
||||
'Programming Language :: Python :: 3.7',
|
||||
'Programming Language :: Python :: 3.8',
|
||||
'Programming Language :: Python :: 3.9',
|
||||
'Programming Language :: Python :: 3.10',
|
||||
'Programming Language :: Python :: 3.11',
|
||||
'Programming Language :: Python :: 3.12',
|
||||
'Programming Language :: Python :: 3 :: Only',
|
||||
'Topic :: Software Development :: Libraries :: Python Modules',
|
||||
]
|
||||
|
|
Loading…
Add table
Reference in a new issue