diff options
| author | Adam Hupp <adam@hupp.org> | 2021-01-13 10:28:02 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-13 10:28:02 -0800 |
| commit | 4274a794423424c2ba7033f82bf1e9224bbba875 (patch) | |
| tree | 87868fc9f7fa0b1556930a3a9648c27c05054376 /setup.py | |
| parent | a96081edc65ddcf20599b3fa1ef72eb2c55f1055 (diff) | |
| parent | 5d7099f722a4bff3100720781547d2a38930eea3 (diff) | |
| download | python-magic-4274a794423424c2ba7033f82bf1e9224bbba875.tar.gz | |
Merge pull request #229 from eumiro/py39
Add support for Python 3.9
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -35,6 +35,7 @@ setup(name='python-magic', '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', ], ) |
