Skip to content

Commit 1c4c01e

Browse files
committed
Merge branch 'master' of https://github.com/idoshr/mongoengine into Update_with_Aggregation_Pipeline
2 parents 04a049f + 18ddee7 commit 1c4c01e

File tree

4 files changed

+6
-111
lines changed

4 files changed

+6
-111
lines changed

.github/workflows/github-actions.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
strategy:
4545
fail-fast: false
4646
matrix:
47-
python-version: [3.6, 3.7, 3.8, 3.9, pypy3]
47+
python-version: [3.6, 3.7, 3.8, 3.9, "3.10", pypy3]
4848
MONGODB: [$MONGODB_4_0]
4949
PYMONGO: [$PYMONGO_3_11]
5050
include:
@@ -53,7 +53,7 @@ jobs:
5353
PYMONGO: $PYMONGO_3_9
5454
- python-version: 3.7
5555
MONGODB: $MONGODB_4_2
56-
PYMONGO: $PYMONGO_3_6
56+
PYMONGO: $PYMONGO_3_9
5757
- python-version: 3.7
5858
MONGODB: $MONGODB_4_4
5959
PYMONGO: $PYMONGO_3_11

.travis_.yml

Lines changed: 0 additions & 108 deletions
This file was deleted.

docs/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
Sphinx==3.3.0
22
sphinx-rtd-theme==0.5.0
33
readthedocs-sphinx-ext==2.1.1
4+
docutils==0.17.1

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,8 @@ def run_tests(self):
101101
"Programming Language :: Python :: 3.6",
102102
"Programming Language :: Python :: 3.7",
103103
"Programming Language :: Python :: 3.8",
104+
"Programming Language :: Python :: 3.9",
105+
"Programming Language :: Python :: 3.10",
104106
"Programming Language :: Python :: Implementation :: CPython",
105107
"Programming Language :: Python :: Implementation :: PyPy",
106108
"Topic :: Database",
@@ -110,7 +112,7 @@ def run_tests(self):
110112
extra_opts = {
111113
"packages": find_packages(exclude=["tests", "tests.*"]),
112114
"tests_require": [
113-
"pytest<5.0",
115+
"pytest",
114116
"pytest-cov",
115117
"coverage",
116118
"blinker",

0 commit comments

Comments
 (0)