Skip to content

Commit

Permalink
👋 No longer maintained.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmoremad committed Sep 11, 2023
1 parent 2eaec2c commit c313541
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python: ['3.6' , '3.7' , '3.8' , '3.9', '3.10']
python: ["3.7", "3.8", "3.9", "3.10"]
steps:
- uses: actions/checkout@v2
with:
Expand Down Expand Up @@ -53,12 +53,12 @@ jobs:
- name: Setting Python 3
uses: actions/setup-python@v3
with:
python-version: '3.*'
python-version: "3.*"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements-dev.txt
- name: Install package
run: python setup.py install
- name: Running tests
run: python -m pytest tests/ -v
run: python -m pytest tests/ -v
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Dome9 (Python SDK)

**🚨 This package is not maintained anymore. I recommend you to use the official [Dome9 Python SDK](https://github.com/dome9/dome9-sdk-python)**

![GitHub License](https://img.shields.io/github/license/davidmoremad/dome9?style=flat-square&color=purple)
[![Documentation Status](https://readthedocs.org/projects/dome9/badge/?version=latest&style=flat-square)](http://dome9.readthedocs.io/?badge=latest)
[![Test](https://github.com/davidmoremad/dome9/actions/workflows/test.yaml/badge.svg)](https://github.com/davidmoremad/dome9/actions/workflows/test.yaml)
Expand Down

0 comments on commit c313541

Please sign in to comment.