Skip to content

Commit

Permalink
ci: remove depricated python and update version
Browse files Browse the repository at this point in the history
  • Loading branch information
MDavidson17 committed Sep 12, 2024
1 parent b745db2 commit d423a98
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 10 deletions.
15 changes: 6 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
name: CI

on:
push:
branches:
- master
pull_request:
branches:
- '*'
on: push
# branches:
# - master
# pull_request:
# branches:
# - '*'

jobs:

Expand All @@ -16,8 +15,6 @@ jobs:
strategy:
matrix:
python:
- "3.6"
- "3.7"
- "3.8"
- "3.9"
- "3.10"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

setup(
name="metadata_updater",
version="dev",
version="0.0.dev0",
description="Edit Data Service metadata",
author="splanzer",
author_email="[email protected]",
Expand Down

0 comments on commit d423a98

Please sign in to comment.