From d26f32c1b17ac83c0d691e6fea5bf8315d20f1e7 Mon Sep 17 00:00:00 2001 From: Megan Davidson Date: Thu, 12 Sep 2024 13:06:34 +1200 Subject: [PATCH 1/2] ci: remove deprecated python and update version --- .github/workflows/ci.yml | 4 +--- setup.py | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ed33be5..cd61fe7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,6 +1,6 @@ name: CI -on: +on: push: branches: - master @@ -16,8 +16,6 @@ jobs: strategy: matrix: python: - - "3.6" - - "3.7" - "3.8" - "3.9" - "3.10" diff --git a/setup.py b/setup.py index be401a6..ea40742 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setup( name="metadata_updater", - version="dev", + version="0.0.dev0", description="Edit Data Service metadata", author="splanzer", author_email="splanzer@linz.govt.nz", From c61290fad58b50388a29f63df85937414be67447 Mon Sep 17 00:00:00 2001 From: Megan Davidson Date: Thu, 12 Sep 2024 13:08:38 +1200 Subject: [PATCH 2/2] ci: remove trailing whitespace --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cd61fe7..8a87d6f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,6 +1,6 @@ name: CI -on: +on: push: branches: - master