Skip to content

Commit 397c921

Browse files
committed
Bump python version in docs
1 parent 0910690 commit 397c921

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This is an early-stage experimental implementation of Python. A primary goal is
44
to support SciPy and its constituent libraries. This Python implementation
5-
currently aims to be compatible with Python 3.7, but it is a long way from
5+
currently aims to be compatible with Python 3.8, but it is a long way from
66
there, and it is very likely that any Python program that requires any packages
77
at all will hit something unsupported. At this point, the Python implementation
88
is made available for experimentation and curious end-users.
@@ -79,7 +79,7 @@ cross-language interop. This will hopefully give you an idea how to use it.
7979

8080
We are working on a mode that is "mostly compatible" with some of Jython's
8181
features, minus of course that Jython implements Python 2.7 and we implement
82-
Python 3.7+. We describe the current status of the compatibility mode
82+
Python 3.8+. We describe the current status of the compatibility mode
8383
[here](docs/user/JYTHON.md).
8484

8585
### Contributing

docs/user/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Python Implementation for GraalVM
22

3-
GraalVM provides an implementation of Python 3.7. A primary goal of the Python
3+
GraalVM provides an implementation of Python 3.8. A primary goal of the Python
44
implementation is to support SciPy and its constituent libraries as well as to work
55
with other data science and machine learning libraries from the rich Python
66
ecosystem. At this point, the Python implementation is made available for
@@ -18,7 +18,7 @@ For GraalVM Enterprise users, the [manual component installation](https://www.gr
1818

1919
## Running Python
2020

21-
GraalVM implementation of Python targets Python 3.7 compatibility. While support
21+
GraalVM implementation of Python targets Python 3.8 compatibility. While support
2222
for the Python language is still limited, you can run simple Python scripts or
2323
commands with the `graalpython` binary.
2424
```
@@ -27,7 +27,7 @@ $ graalpython [options] [-c cmd | filename]
2727

2828
If no program file or command is given, you are dropped into a simple REPL.
2929

30-
GraalVM supports some of the same options as Python 3.7 and some additional
30+
GraalVM supports some of the same options as Python 3.8 and some additional
3131
options to control the underlying Python implementation, the GraalVM tools
3232
and the execution engine. These can be viewed using the following command:
3333

0 commit comments

Comments
 (0)