Skip to content

Commit

Permalink
Update setup.cfg, postrelease
Browse files Browse the repository at this point in the history
  • Loading branch information
richardsheridan committed Nov 14, 2021
1 parent ea95245 commit 1bbc618
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ classifiers =
Programming Language :: Python :: 3.9
Programming Language :: Python :: Implementation :: CPython
Programming Language :: Python :: Implementation :: PyPy
Development Status :: 3 - Alpha
Development Status :: 4 - Beta
Intended Audience :: Developers
Intended Audience :: Financial and Insurance Industry
Intended Audience :: Science/Research
Expand All @@ -36,7 +36,7 @@ install_requires =
outcome
async_generator
attrs >= 17.3.0
cffi
cffi; os_name == 'nt' and implementation_name != 'pypy'
python_requires = >=3.6

[options.extras_require]
Expand Down

0 comments on commit 1bbc618

Please sign in to comment.