diff --git a/README.md b/README.md index 776191d..3d92811 100644 --- a/README.md +++ b/README.md @@ -20,10 +20,8 @@ without the app builder having to know everything about those protocols. Currently, three protocols are being focused on. * Diaspora is considered to be stable with most of the protocol implemented. -* ActivityPub support should be considered as alpha - all the basic - things work but there are likely to be a lot of compatibility issues with other ActivityPub - implementations. -* Matrix support cannot be considered usable yet. +* ActivityPub is considered to be stable with working federation with most ActivityPub platforms. +* Matrix support is in early phase and not to be considered useful yet. The code base is well tested and in use in several projects. Backward incompatible changes will be clearly documented in changelog entries. diff --git a/setup.py b/setup.py index 85084dd..1d683f3 100644 --- a/setup.py +++ b/setup.py @@ -57,8 +57,6 @@ setup( 'License :: OSI Approved :: BSD License', 'Programming Language :: Python', 'Programming Language :: Python :: 3 :: Only', - 'Programming Language :: Python :: 3.6', - 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.8', 'Programming Language :: Python :: 3.9', 'Programming Language :: Python :: 3.10',