diff --git a/docs/contributing/dependencies.md b/docs/contributing/dependencies.md index 3dd092d49..39091d701 100644 --- a/docs/contributing/dependencies.md +++ b/docs/contributing/dependencies.md @@ -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` diff --git a/docs/usage/starting.md b/docs/usage/starting.md index 06f287eb6..254e535d2 100644 --- a/docs/usage/starting.md +++ b/docs/usage/starting.md @@ -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