Skip to content

Commit

Permalink
Remove support for Python 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
martinholmer committed Sep 10, 2024
1 parent 28d6fd4 commit 41044b3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions conda.recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ build:

requirements:
build:
- "python>=3.9, <3.13"
- "python>=3.10, <3.13"
- "numpy>=1.26,<1.27"
- "pandas>=2.2"
- "bokeh>=2.4"
Expand All @@ -19,7 +19,7 @@ requirements:
- behresp

run:
- "python>=3.9, <3.13"
- "python>=3.10, <3.13"
- "numpy>=1.26,<1.27"
- "pandas>=2.2"
- "bokeh>=2.4"
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: taxcalc-dev
channels:
- conda-forge
dependencies:
- "python>=3.9, <3.13"
- "python>=3.10, <3.13"
- "numpy>=1.26,<1.27"
- "pandas>=2.2"
- "bokeh>=2.4"
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
"Operating System :: OS Independent",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
Expand Down

0 comments on commit 41044b3

Please sign in to comment.