Skip to content

Commit

Permalink
Adjusting tests to only test up to python v3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
RichardObi committed Apr 18, 2024
1 parent 3f76498 commit 20988ed
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
python-version: ["3.8", "3.9", "3.10", "3.11"]
name: Python ${{ matrix.python-version }}
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ scipy~=1.10.0
setuptools~=65.6.3
SimpleITK~=2.3.1
torch~=2.0.0
tqdm~=4.64.1
tqdm~=4.64.1

0 comments on commit 20988ed

Please sign in to comment.