Skip to content

Commit e8d60fd

Browse files
committed
Python: require 3.8, test 3.12
1 parent 8387c13 commit e8d60fd

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ jobs:
2121
fail-fast: false
2222
matrix:
2323
python-version:
24-
- '3.7'
25-
- '3.10'
24+
- '3.8'
25+
- '3.12'
2626
env:
2727
PACKER_VERSION: 1.6.1
2828
runs-on: ubuntu-22.04

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,8 @@
66
install_requires=[
77
"dockerfile-parse>=2,<3",
88
"jupyter-repo2docker>=2022.02.0",
9-
"importlib_resources;python_version<'3.7'",
109
],
11-
python_requires=">=3.7",
10+
python_requires=">=3.8",
1211
author="Simon Li",
1312
url="https://github.com/manics/repo2shellscript",
1413
description="Repo2docker shell-script extension",

0 commit comments

Comments
 (0)