Skip to content

Commit

Permalink
Change in Tox and Travis CI configurations: enable unit testing on Py…
Browse files Browse the repository at this point in the history
…thon 3.10.
  • Loading branch information
tantale committed Jan 18, 2021
1 parent 0268d40 commit 70e951b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ v1.2.12 (unreleased)

Bug fix release

Other
-----

- Change in Tox and Travis CI configurations: enable unit testing on Python 3.10.


v1.2.11 (2021-01-17)
====================
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,7 @@ def function_three():
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Topic :: Software Development :: Libraries :: Python Modules',
],
extras_require={
Expand Down

0 comments on commit 70e951b

Please sign in to comment.