Skip to content

Commit

Permalink
Update test workflows (#76)
Browse files Browse the repository at this point in the history
* add readthedocs config

docs: update version

* docs: update readthedocs comment

* fix: move tests to git workflows

* chore: update tests for 3.11

* docs: update docs
  • Loading branch information
MarvinKweyu committed Aug 21, 2024
1 parent 70080a0 commit d626058
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 30 deletions.
20 changes: 0 additions & 20 deletions .circleci/config.yml

This file was deleted.

7 changes: 2 additions & 5 deletions .github/workflows/package-tests.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
# This workflow will install Python dependencies, run tests and lint with a variety of Python versions
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python

name: Python package
name: Package tests

on:
push:
Expand All @@ -16,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.9", "3.10", "3.11"]
python-version: ["3.11"]

steps:
- uses: actions/checkout@v4
Expand Down
1 change: 0 additions & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
version: 2

# Set the OS, Python version and other tools you might need
build:
os: ubuntu-22.04
tools:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@

![Lint workflow](https://github.com/MarvinKweyu/ColorDetect/actions/workflows/lint.yml/badge.svg?branch=master)
[![PyPI version](https://badge.fury.io/py/ColorDetect.svg)](https://pypi.org/project/ColorDetect/)
[![Python](https://img.shields.io/badge/python-3.6%7C3.7%7C3.8%7C3.9-green)](https://pypi.org/project/ColorDetect/)
[![CircleCI](https://circleci.com/gh/MarvinKweyu/ColorDetect.svg?style=svg)](https://circleci.com/gh/MarvinKweyu/ColorDetect)
[![Python](https://img.shields.io/badge/python->=3.6-green)](https://pypi.org/project/ColorDetect/)
![Package tests](https://github.com/MarvinKweyu/ColorDetect/actions/workflows/package-tests.yml/badge.svg?branch=master)
[![Downloads](https://pepy.tech/badge/colordetect)](https://pypi.org/project/ColorDetect/)
[![Documentation Status](https://readthedocs.org/projects/colordetect/badge/?version=master)](https://colordetect.readthedocs.io/en/master/)

Expand Down
5 changes: 3 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
author = "Marvin Kweyu"

# The full version, including alpha/beta/rc tags
release = "1.6.0"
release = "1.6.3"

# -- General configuration ---------------------------------------------------

Expand Down Expand Up @@ -63,7 +63,8 @@
"github_user": "MarvinKweyu",
"github_repo": "ColorDetect",
"github_button": True,
# "show_related": True,
"github_type": "star",
"show_related": True,
}

# Add any paths that contain custom static files (such as style sheets) here,
Expand Down

0 comments on commit d626058

Please sign in to comment.