Skip to content

Commit

Permalink
drop 3.9 tests and use 3.12 in GH actions
Browse files Browse the repository at this point in the history
  • Loading branch information
jdebacker committed Sep 10, 2024
1 parent 05a5968 commit 82a0385
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build Package and Test Source Code [Python 3.9, 3.10, 3.11, 3.12]
name: Build Package and Test Source Code [Python 3.10, 3.11, 3.12]

on: [push, pull_request]

Expand All @@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
python-version: [3.9, '3.10', '3.11', '3.12']
python-version: ['3.10', '3.11', '3.12']

steps:
- name: Checkout
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.11
python-version: 3.12
auto-activate-base: false

- name: Build # Build Jupyter Book
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy_jupyterbook.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.11
python-version: 3.12
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.11
python-version: 3.12
auto-activate-base: false

- name: Build # Build Jupyter Book
Expand Down

0 comments on commit 82a0385

Please sign in to comment.