Skip to content

Commit 7ef3e61

Browse files
authored
Merge pull request #45 from linz/ci/fix-actions
ci: fix github actions
2 parents b745db2 + c61290f commit 7ef3e61

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ jobs:
1616
strategy:
1717
matrix:
1818
python:
19-
- "3.6"
20-
- "3.7"
2119
- "3.8"
2220
- "3.9"
2321
- "3.10"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
setup(
1111
name="metadata_updater",
12-
version="dev",
12+
version="0.0.dev0",
1313
description="Edit Data Service metadata",
1414
author="splanzer",
1515
author_email="[email protected]",

0 commit comments

Comments
 (0)