Merge pull request #2580 from rooterkyberian/py310
test against python 3.10
This commit is contained in:
commit
880a8efc63
2
.github/workflows/github-actions.yml
vendored
2
.github/workflows/github-actions.yml
vendored
@ -44,7 +44,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
python-version: [3.6, 3.7, 3.8, 3.9, pypy3]
|
python-version: [3.6, 3.7, 3.8, 3.9, "3.10", pypy3]
|
||||||
MONGODB: [$MONGODB_4_0]
|
MONGODB: [$MONGODB_4_0]
|
||||||
PYMONGO: [$PYMONGO_3_11]
|
PYMONGO: [$PYMONGO_3_11]
|
||||||
include:
|
include:
|
||||||
|
4
setup.py
4
setup.py
@ -101,6 +101,8 @@ CLASSIFIERS = [
|
|||||||
"Programming Language :: Python :: 3.6",
|
"Programming Language :: Python :: 3.6",
|
||||||
"Programming Language :: Python :: 3.7",
|
"Programming Language :: Python :: 3.7",
|
||||||
"Programming Language :: Python :: 3.8",
|
"Programming Language :: Python :: 3.8",
|
||||||
|
"Programming Language :: Python :: 3.9",
|
||||||
|
"Programming Language :: Python :: 3.10",
|
||||||
"Programming Language :: Python :: Implementation :: CPython",
|
"Programming Language :: Python :: Implementation :: CPython",
|
||||||
"Programming Language :: Python :: Implementation :: PyPy",
|
"Programming Language :: Python :: Implementation :: PyPy",
|
||||||
"Topic :: Database",
|
"Topic :: Database",
|
||||||
@ -110,7 +112,7 @@ CLASSIFIERS = [
|
|||||||
extra_opts = {
|
extra_opts = {
|
||||||
"packages": find_packages(exclude=["tests", "tests.*"]),
|
"packages": find_packages(exclude=["tests", "tests.*"]),
|
||||||
"tests_require": [
|
"tests_require": [
|
||||||
"pytest<5.0",
|
"pytest",
|
||||||
"pytest-cov",
|
"pytest-cov",
|
||||||
"coverage",
|
"coverage",
|
||||||
"blinker",
|
"blinker",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user