Skip to content

Commit

Permalink
Merge pull request #49 (Python 3.9)
Browse files Browse the repository at this point in the history
  • Loading branch information
xolox committed Jun 11, 2021
2 parents 83ad0e3 + 140402e commit 8a4c437
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ matrix:
- python: 3.6
- python: 3.7
- python: 3.8
- python: 3.9-dev
- python: 3.9
install:
- scripts/travis.sh pip install --upgrade setuptools
- scripts/travis.sh pip install --upgrade --requirement=requirements-travis.txt
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ def have_environment_marker_support():
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: PyPy',
'Topic :: Communications',
Expand Down

0 comments on commit 8a4c437

Please sign in to comment.