update versions

This commit is contained in:
Alex Lushpai 2024-01-16 17:38:58 +03:00
parent 1c36f3464b
commit 41fb599d5f
3 changed files with 5 additions and 5 deletions

View file

@ -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, 3.9]
include:
- python-version: '3.8'
- python-version: '3.10'
coverage: 1
steps:
- uses: actions/checkout@v2

View file

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

View file

@ -34,10 +34,10 @@ 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.10',
'Programming Language :: Python :: 3 :: Only',
'Topic :: Software Development :: Libraries :: Python Modules',
]