update versions

This commit is contained in:
Alex Lushpai 2024-01-16 17:57:31 +03:00
parent 41fb599d5f
commit f56dd891e1
2 changed files with 2 additions and 3 deletions

View file

@ -18,9 +18,9 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.7, 3.8, 3.9]
python-version: [3.7, 3.8]
include:
- python-version: '3.10'
- python-version: '3.9'
coverage: 1
steps:
- uses: actions/checkout@v2

View file

@ -37,7 +37,6 @@ setup(
'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',
]