Skip to content

Commit f929fd6

Browse files
authored
Document mypy as "beta" instead of "alpha" software (#6962)
In #6740, I think we all pretty much unanimously agreed mypy ought to be labeled as "beta" at the absolute minimum. So, might as well just do the switch now.
1 parent 8127807 commit f929fd6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -238,8 +238,8 @@ For more on the tests, see [Test README.md](test-data/unit/README.md)
238238
Development status
239239
------------------
240240

241-
Mypy is alpha software, but it has already been used in production
242-
for well over a year at Dropbox, and it has an extensive test suite.
241+
Mypy is beta software, but it has already been used in production
242+
for several years at Dropbox, and it has an extensive test suite.
243243

244244
See [the roadmap](ROADMAP.md) if you are interested in plans for the
245245
future.

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ def run(self):
146146

147147

148148
classifiers = [
149-
'Development Status :: 3 - Alpha',
149+
'Development Status :: 4 - Beta',
150150
'Environment :: Console',
151151
'Intended Audience :: Developers',
152152
'License :: OSI Approved :: MIT License',

0 commit comments

Comments
 (0)