Update readme note on AP stabiity and setup.py Python versions

fix-url-regex
Jason Robinson 2023-02-08 11:24:49 +01:00
rodzic 288325857a
commit ae720f66b2
2 zmienionych plików z 2 dodań i 6 usunięć

Wyświetl plik

@ -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.

Wyświetl plik

@ -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',