Skip to content

Commit

Permalink
Move from 3.8-3.11 to 3.9-3.12
Browse files Browse the repository at this point in the history
Mainly due to numpy....
  • Loading branch information
Vinyzu committed Apr 6, 2024
1 parent feacdcb commit 83d7638
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 14 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:
Build_Linux:
strategy:
matrix:
os: [ubuntu-latest]
python-version: ['3.8', '3.9', '3.10', '3.11']
os: [ ubuntu-latest ]
python-version: [ '3.9', '3.10', '3.11', '3.12' ]

runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
strategy:
matrix:
os: [ windows-latest ]
python-version: [ '3.8', '3.9', '3.10', '3.11' ]
python-version: [ '3.9', '3.10', '3.11', '3.12' ]

runs-on: ${{ matrix.os }}
steps:
Expand Down
47 changes: 36 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,38 @@
# CDP-Patches v1.0
![CDP-Patches CI](https://github.com/Kaliiiiiiiiii-Vinyzu/CDP-Patches/actions/workflows/ci.yml/badge.svg)
[![](https://img.shields.io/pypi/v/cdp-patches.svg?color=1182C3)](https://pypi.org/project/cdp-patches/)
[![Downloads](https://static.pepy.tech/badge/cdp-patches)](https://pepy.tech/project/cdp-patches)
<h1 align="center">
CDP-Patches v1.0
</h1>


<p align="center">
<a href="https://github.com/Kaliiiiiiiiii-Vinyzu/CDP-Patches/blob/main/LICENSE">
<img src="https://img.shields.io/badge/License-GNU%20GPL-green">
</a>
<a href="https://python.org/">
<img src="https://img.shields.io/badge/python-3.9&#8208;3.12-blue">
</a>
<a href="https://pypi.org/project/cdp-patches/">
<img alt="PyPI" src="https://img.shields.io/pypi/v/cdp-patches.svg?color=1182C3">
</a>
<a href="https://pepy.tech/project/cdp-patches">
<img alt="PyPI" src="https://static.pepy.tech/badge/cdp-patches">
</a>
<br>
<a href="https://github.com/ambv/black">
<img src="https://github.com/Kaliiiiiiiiii-Vinyzu/CDP-Patches/actions/workflows/ci.yml/badge.svg">
</a>
<a href="http://mypy-lang.org">
<img src="http://www.mypy-lang.org/static/mypy_badge.svg">
</a>
<a href="https://github.com/PyCQA/flake8">
<img src="https://img.shields.io/badge/flake8-passing-green.svg">
</a>
<a href="https://github.com/ambv/black">
<img src="https://img.shields.io/badge/code%20style-black-black.svg">
</a>
<a href="https://github.com/PyCQA/isort">
<img src="https://img.shields.io/badge/imports-isort-yellow.svg">
</a>
</p>

## Install it from PyPI

Expand Down Expand Up @@ -122,10 +153,4 @@ Read the [CONTRIBUTING.md](https://github.com/Vinyzu/Botright/blob/main/docs/CON
## Authors

[Vinyzu](https://github.com/Vinyzu/),
[Kaliiiiiiiiii](https://github.com/kaliiiiiiiiii/)

---

![Version](https://img.shields.io/badge/CDP_Patches-v1.0-blue)
![License](https://img.shields.io/badge/License-GNU%20GPL-green)
![Python](https://img.shields.io/badge/Python-v3.x-lightgrey)
[Kaliiiiiiiiii](https://github.com/kaliiiiiiiiii/)

0 comments on commit 83d7638

Please sign in to comment.