Skip to content

Commit

Permalink
Add support for 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
nateprewitt committed Sep 3, 2021
1 parent b0e025a commit 1f06f3a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/run-tests.yml
Expand Up @@ -16,6 +16,8 @@ jobs:
# brotlipy. Moving pypy3 to only test linux.
- python-version: pypy3
os: ubuntu-latest
- python-version: 3.10-dev
os: ubuntu-latest

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
@@ -1,4 +1,4 @@
pytest>=2.8.0,<=3.10.1
pytest>=2.8.0,<=6.2.5
pytest-cov
pytest-httpbin==1.0.0
pytest-mock==2.0.0
Expand Down
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -95,6 +95,7 @@ def run_tests(self):
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: PyPy'
],
Expand Down

0 comments on commit 1f06f3a

Please sign in to comment.