Skip to content

Commit 9a66b22

Browse files
committed
chore: set minimal python to 3.8
1 parent 987cdec commit 9a66b22

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
fail-fast: true
1010
matrix:
1111
os: ["ubuntu-latest", "macos-latest"]
12-
python-version: ["3.6", "3.8", "3.10"]
12+
python-version: ["3.8", "3.10"]
1313

1414
steps:
1515
- name: Checkout source

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
URL = "https://github.com/enovationgroup/copyright-license-manager"
1010
AUTHOR = "Enovation Group"
1111
12-
REQUIRES_PYTHON = ">3.6"
12+
REQUIRES_PYTHON = ">3.8"
1313
LICENSE = "MIT"
1414

1515
cwd = os.path.abspath(os.path.dirname(__file__))

0 commit comments

Comments
 (0)