Skip to content

Commit

Permalink
[ENH] update to new python (#670)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattcieslak authored Jan 10, 2024
1 parent 13225c4 commit f882ce5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 2.1

.dockersetup: &dockersetup
docker:
- image: pennbbl/qsiprep_build:23.7.2
- image: pennbbl/qsiprep_build:24.1.0
working_directory: /src/qsiprep

runinstall: &runinstall
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN apt-get update && \
COPY . /src/qsiprep
RUN python -m build /src/qsiprep

FROM pennbbl/qsiprep_build:23.7.2
FROM pennbbl/qsiprep_build:24.1.0

# Install qsiprep wheel
COPY --from=wheelstage /src/qsiprep/dist/*.whl .
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ classifiers = [
"Intended Audience :: Science/Research",
"Topic :: Scientific/Engineering :: Image Recognition",
"License :: OSI Approved :: BSD License",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.10",
]
license = {file = "LICENSE"}
requires-python = ">=3.5"
Expand Down

0 comments on commit f882ce5

Please sign in to comment.