Skip to content

Commit

Permalink
Update Python version requirement (#117)
Browse files Browse the repository at this point in the history
Updates the minimum supported Python version to 3.8 and notes the policy
of tracking the support timeline of the Python project.
  • Loading branch information
EricRahm authored Mar 28, 2024
1 parent 35e21b1 commit 11debfa
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions doc/guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,11 @@ emails.

#### Running the Emboss Compiler

The Emboss compiler requires Python 3.6 or later. On a Linux-like system with
Python 3 installed in the usual place (`/usr/bin/python3`), you can run the
embossc script at the top level on an `.emb` file to generate C++, like so:
The Emboss compiler requires Python 3.8 or later -- the minimum supported
version tracks the support timeline of the Python project. On a Linux-like
system with Python 3 installed in the usual place (`/usr/bin/python3`), you
can run the embossc script at the top level on an `.emb` file to generate
C++, like so:

```
embossc --generate cc --output-path path/to/object/dir path/to/input.emb
Expand Down

0 comments on commit 11debfa

Please sign in to comment.