Skip to content

Commit

Permalink
Python 3.10 support added
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrea Bonomi committed Dec 4, 2021
1 parent 3368e33 commit a9ab365
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,8 @@

- Fix directories items number

## 5.1.3

2020-12-04

### Changed
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
],
test_suite='nose.collector',
tests_require=['nose'],
Expand Down

0 comments on commit a9ab365

Please sign in to comment.