Skip to content

Commit

Permalink
ci: tweak CI YML to remove Py 3.10 & 3.11 from testing + update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
sr-murthy committed Dec 2, 2024
1 parent 36fdd7d commit 8e21858
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 29 deletions.
20 changes: 2 additions & 18 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,30 +26,14 @@ jobs:
API_KEY: ${{ secrets.API_KEY }}
runs-on: ${{ matrix.os }}
strategy:
max-parallel: 3
max-parallel: 2
fail-fast: false
matrix:
python-version: ["3.11", "3.12", "3.13"]
python-version: ["3.12", "3.13"]
os: [ubuntu-latest, macos-latest, windows-latest]
install-via: [pip]
arch: [x64]
include:
- python-version: "3.10"
os: ubuntu-latest
install-via: pip
arch: x64
- python-version: "3.10"
os: macos-13
install-via: pip
arch: x64
- python-version: "3.10"
os: windows-latest
install-via: pip
arch: x64
- python-version: "3.11"
os: macos-latest
install-via: pip
arch: arm64
- python-version: "3.12"
os: macos-latest
install-via: pip
Expand Down
12 changes: 1 addition & 11 deletions docs/sources/getting-started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,7 @@
Getting Started
===============

This is a `PyPI package <https://pypi.org/project/fsrapiclient/>`_, and the source is on `GitHub <https://github.com/sr-murthy/fsrapiclient>`_. Support for the package on Python versions and OSs is summarised in the table below.

======================= ========= ========= ========= =========
\ *Py 3.10* *Py 3.11* *Py 3.12* *Py 3.13*
======================= ========= ========= ========= =========
*Linux* ✅ ✅ ✅ ✅
*Windows* ✅ ✅ ✅ ✅
*macOS (Intel + Apple)* ✅ ✅ ✅ ✅
======================= ========= ========= ========= =========

It should also be possible to use it on older versions of Python, although this isn't part of CI testing.
This is a `PyPI package <https://pypi.org/project/fsrapiclient/>`_, and the source is on `GitHub <https://github.com/sr-murthy/fsrapiclient>`_. The package is tested on Python 3.12 & 3.13 (on Linux, Windows and macOS), but should also install fine on earlier Python versions.

.. _getting-started.installation:

Expand Down

0 comments on commit 8e21858

Please sign in to comment.