Skip to content

Commit

Permalink
Update docs wrt availability of Python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
martinholmer committed Jun 14, 2024
1 parent 0f7ca79 commit 951f789
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docs/contributing/dependencies.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

## Python

Tax-Calculator currently runs on Python 3.9, 3.10, and 3.11.
We generally support the three latest major Python releases.
Tax-Calculator currently runs on Python 3.9, 3.10, 3.11, and 3.12.
We generally support at least three of the latest major Python releases.

Updating the Python version requires modifying the following files:
* `.github/workflows/*.yml`
Expand Down
6 changes: 3 additions & 3 deletions docs/usage/starting.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ Getting started
===============

Tax-Calculator packages are available for Windows, Mac, and Linux computers
that have the free Anaconda Python 3.9, 3.10, or 3.11 distribution installed.
You can use Tax-Calculator without doing any Python programming, but the
Anaconda distribution is required for Tax-Calculator to run.
that have the free Anaconda Python 3.9, 3.10, 3.11, or 3.12 distribution
installed. You can use Tax-Calculator without doing any Python programming,
but the Anaconda distribution is required for Tax-Calculator to run.
Take the following four steps to get started.

## Install Anaconda Python
Expand Down

0 comments on commit 951f789

Please sign in to comment.