Skip to content

Commit

Permalink
Merge pull request #2741 from jdebacker/py_version
Browse files Browse the repository at this point in the history
Python version
  • Loading branch information
martinholmer authored May 6, 2024
2 parents 19ef5c9 + a443f56 commit c339245
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_new_test_benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
activate-environment: taxcalc-dev
environment-file: environment.yml
python-version: 3.9
python-version: 3.11
auto-activate-base: false

- name: Build
Expand All @@ -33,7 +33,7 @@ jobs:
working-directory: ./
run: |
pytest -m 'not requires_pufcsv and not pre_release and not local'
- name: Commit new test stats benchmark
shell: bash -l {0}
working-directory: ./taxcalc/tests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check_jupyterbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
with:
activate-environment: taxcalc-dev
environment-file: environment.yml
python-version: 3.8
python-version: 3.11
auto-activate-base: false

- name: Build # Build Jupyter Book
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy_jupyterbook.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Build and Deploy Jupyter Book
on:
push:
branches:
branches:
- master
jobs:
build-and-deploy:
Expand All @@ -18,7 +18,7 @@ jobs:
with:
activate-environment: taxcalc-dev
environment-file: environment.yml
python-version: 3.8
python-version: 3.11
auto-activate-base: false

- name: Build # Build Jupyter Book
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy_parameters_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
activate-environment: taxcalc-dev
environment-file: environment.yml
python-version: 3.9
python-version: 3.11
auto-activate-base: false

- name: Build # Build Jupyter Book
Expand Down
2 changes: 1 addition & 1 deletion docs/contributing/dependencies.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Python

Tax-Calculator currently runs on Python 3.7, 3.8, and 3.9.
Tax-Calculator currently runs on Python 3.9, 3.10, and 3.11.
We generally support the three latest major Python releases.

Updating the Python version requires modifying the following files:
Expand Down
2 changes: 1 addition & 1 deletion docs/usage/starting.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Getting started
===============

Tax-Calculator packages are available for Windows, Mac, and Linux computers
that have the free Anaconda Python 3.7, 3.8, or 3.9 distribution installed.
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.
Take the following four steps to get started.
Expand Down

0 comments on commit c339245

Please sign in to comment.