update python versions test matrix

This commit is contained in:
Alex Lushpai 2024-05-21 18:24:07 +03:00
parent f17fbc6801
commit d8e785f12b
3 changed files with 8 additions and 6 deletions

View file

@ -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

View file

@ -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

View file

@ -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',
]