From 83d76386562cfcf508fc9d1b3b3c33d9705bd965 Mon Sep 17 00:00:00 2001 From: Vinyzu <50874994+Vinyzu@users.noreply.github.com> Date: Sat, 6 Apr 2024 20:47:23 +0200 Subject: [PATCH] Move from 3.8-3.11 to 3.9-3.12 Mainly due to numpy.... --- .github/workflows/ci.yml | 6 ++--- README.md | 47 ++++++++++++++++++++++++++++++---------- 2 files changed, 39 insertions(+), 14 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8df3f28..16e07ff 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: @@ -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: diff --git a/README.md b/README.md index 1e933e4..92c7f0c 100644 --- a/README.md +++ b/README.md @@ -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) +