Skip to content

Commit

Permalink
Merge pull request #23 from praw-dev/py3.9
Browse files Browse the repository at this point in the history
Add support for Python 3.9
  • Loading branch information
LilSpazJoekp committed Dec 14, 2020
2 parents 00e4a5f + da7a82f commit b4179e2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
run: sphinx-build --keep-going docs/ /tmp/foo
strategy:
matrix:
python-version: [3.6, 3.7, 3.8]
python-version: [3.6, 3.7, 3.8, 3.9]

test-multi-os:
name: Test ${{ matrix.os }}
Expand Down Expand Up @@ -136,7 +136,7 @@ jobs:
run: coverage report -m --fail-under=100
strategy:
matrix:
python-version: [3.6, 3.7, 3.8]
python-version: [3.6, 3.7, 3.8, 3.9]

test-network:
name: Test Network Request
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Topic :: Utilities",
],
description=(
Expand Down

0 comments on commit b4179e2

Please sign in to comment.