Skip to content

Commit e839ccc

Browse files
committed
skip test with 3.6
1 parent 6febd9f commit e839ccc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test-runner.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
strategy:
2020
matrix:
21-
python-version: [3.6, 3.7, 3.8, 3.9]
21+
python-version: [3.7, 3.8, 3.9]
2222

2323
steps:
2424

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@
4040
entry_points={
4141
"console_scripts": ["stac_validator = stac_validator.stac_validator:main"]
4242
},
43-
python_requires=">=3.6",
43+
python_requires=">=3.7",
4444
tests_require=["pytest"],
4545
)

0 commit comments

Comments
 (0)