Skip to content
This repository was archived by the owner on Oct 12, 2022. It is now read-only.

Commit 82d4b83

Browse files
authored
Dropped 3.6, and it's artefact, dammit :-)
1 parent 04e3957 commit 82d4b83

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Python Android Support
22
======================
33

44
This is a meta-package for building a version of CPython that can be embedded
5-
into an Android project. It supports Python versions 3.6, 3.7, 3.8, and 3.9.
5+
into an Android project. It supports Python versions 3.7, 3.8, and 3.9.
66

77
It works by downloading, patching, and building CPython and selected pre-
88
requisites, packaging them as linkable dynamic libraries, and packaging
@@ -32,7 +32,7 @@ This should:
3232
2. Patch them as required for compatibility with the selected OS
3333
3. Build the packages.
3434

35-
The build products will be in the ``build`` directory; the compiled artifacts
35+
The build products will be in the ``build`` directory; the compiled artefacts
3636
will be in the ``dist`` directory.
3737

3838
You can then follow `these same instructions <./USAGE.md>`__ for building

0 commit comments

Comments
 (0)