We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8387c13 commit e8d60fdCopy full SHA for e8d60fd
.github/workflows/workflow.yml
@@ -21,8 +21,8 @@ jobs:
21
fail-fast: false
22
matrix:
23
python-version:
24
- - '3.7'
25
- - '3.10'
+ - '3.8'
+ - '3.12'
26
env:
27
PACKER_VERSION: 1.6.1
28
runs-on: ubuntu-22.04
setup.py
@@ -6,9 +6,8 @@
6
install_requires=[
7
"dockerfile-parse>=2,<3",
8
"jupyter-repo2docker>=2022.02.0",
9
- "importlib_resources;python_version<'3.7'",
10
],
11
- python_requires=">=3.7",
+ python_requires=">=3.8",
12
author="Simon Li",
13
url="https://github.com/manics/repo2shellscript",
14
description="Repo2docker shell-script extension",
0 commit comments