Skip to content

Commit

Permalink
Merge pull request #52 from niaid/remove_python_38
Browse files Browse the repository at this point in the history
Drop support for python 3.8
  • Loading branch information
blowekamp authored Oct 2, 2024
2 parents b3fd3a5 + 9d4b146 commit cc8ec52
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.8', '3.9', '3.10', '3.11']
python-version: ['3.9', '3.10', '3.11', '3.12']

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
SimpleITK >=2.1.0, <2.5.0

numpy
pydicom
pydicom>=2.0, <3.0
requests>=2.31.0

# additional packages for pydicom to expand supported files
Expand Down

0 comments on commit cc8ec52

Please sign in to comment.