Update python version (#34)

This commit is contained in:
Alex Lushpai 2024-01-16 18:04:27 +03:00 committed by GitHub
parent 1c36f3464b
commit d0a558a8fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 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]
include:
- python-version: '3.8'
- python-version: '3.9'
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,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',
]