chore: explicitly test 3.10 and update metadata for package (#123)

Co-authored-by: Max Schmitt <max@schmitt.mx>
This commit is contained in:
Anthony Shaw 2022-07-27 17:49:12 +10:00 коммит произвёл GitHub
Родитель 68bd92a133
Коммит d81c5c563c
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 3 добавлений и 1 удалений

2
.github/workflows/ci.yml поставляемый
Просмотреть файл

@ -25,7 +25,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
python-version: [3.7, 3.8, 3.9]
python-version: [3.7, 3.8, 3.9, '3.10']
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2

Просмотреть файл

@ -8,6 +8,7 @@ setuptools.setup(
author="Microsoft",
author_email="",
description="A pytest wrapper with fixtures for Playwright to automate web browsers",
license="Apache License 2.0",
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/microsoft/playwright-pytest",
@ -25,6 +26,7 @@ setuptools.setup(
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"License :: OSI Approved :: Apache Software License",
"Operating System :: OS Independent",
"Framework :: Pytest",