Skip to content

Commit 7785b60

Browse files
Stop saying mypy is beta software (#14251)
Ref #13685 cc @Michael0x2a @JukkaL @hauntsaninja Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
1 parent 734a0b9 commit 7785b60

File tree

3 files changed

+5
-12
lines changed

3 files changed

+5
-12
lines changed

README.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -160,14 +160,7 @@ To get started with developing mypy, see [CONTRIBUTING.md](CONTRIBUTING.md).
160160
If you need help getting started, don't hesitate to ask on [gitter](https://gitter.im/python/typing).
161161

162162

163-
Development status
164-
------------------
165-
166-
Mypy is beta software, but it has already been used in production
167-
for several years at Dropbox and in many other organizations, and
168-
it has an extensive test suite.
169-
170-
mypyc and compiled version of mypy
163+
Mypyc and compiled version of mypy
171164
----------------------------------
172165

173166
[Mypyc](https://github.com/mypyc/mypyc) uses Python type hints to compile Python

docs/source/index.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@ understand, debug, and maintain.
3939

4040
.. note::
4141

42-
Mypy is used in production by many companies and projects, but mypy is
43-
officially beta software. There will be occasional changes
42+
Although mypy is production ready, there will be occasional changes
4443
that break backward compatibility. The mypy development team tries to
45-
minimize the impact of changes to user code.
44+
minimize the impact of changes to user code. In case of a major breaking
45+
change, mypy's major version will be bumped.
4646

4747
Contents
4848
--------

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ def run(self):
171171

172172

173173
classifiers = [
174-
"Development Status :: 4 - Beta",
174+
"Development Status :: 5 - Production/Stable",
175175
"Environment :: Console",
176176
"Intended Audience :: Developers",
177177
"License :: OSI Approved :: MIT License",

0 commit comments

Comments
 (0)