Skip to content

Commit

Permalink
drop 3.9 support (#532)
Browse files Browse the repository at this point in the history
  • Loading branch information
hussain-jafari authored Nov 12, 2024
1 parent 2d98598 commit 00de96c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
build:
strategy:
matrix:
python-version: ["3.9", "3.10", "3.11"]
python-version: ["3.10", "3.11"]
uses:
ihmeuw/vivarium_build_utils/.github/workflows/build.yml@main
with:
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
**3.1.0 - 11/07/24**

- Drop support for python 3.9

**3.0.18 - 11/06/24**

- Fix mypy errors in vivarium/framework/logging/manager.py
Expand Down
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ pipeline {
axis {
// parallelize by python minor version
name 'PYTHON_VERSION'
values "3.9", "3.10", "3.11"
values "3.10", "3.11"
}
}

Expand Down

0 comments on commit 00de96c

Please sign in to comment.