diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index c9236e6..98ad02f 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -38,7 +38,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [ "3.8", "3.11" ] + python-version: [ "3.8", "3.12" ] steps: - uses: actions/checkout@v4 - name: Set up Java 17 @@ -66,7 +66,7 @@ jobs: strategy: matrix: os: [ ubuntu-latest ] - python-version: [ "3.8", "3.11" ] + python-version: [ "3.8", "3.12" ] steps: - uses: actions/checkout@v4 - name: Set up Java 17 diff --git a/README.md b/README.md index d8d6fd4..8d5146a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # pybacting -[![Tests](https://github.com/cthoyt/pybacting/actions/workflows/tests.yml/badge.svg)](https://github.com/cthoyt/pybacting/actions/workflows/tests.yml) +[![Tests](https://github.com/BlueObelisk/pybacting/actions/workflows/tests.yml/badge.svg)](https://github.com/BlueObelisk/pybacting/actions/workflows/tests.yml) [![PyPI](https://img.shields.io/pypi/v/pybacting)](https://pypi.org/project/pybacting/) ![PyPI - License](https://img.shields.io/pypi/l/pybacting) ![PyPI - Python Version](https://img.shields.io/pypi/pyversions/pybacting) @@ -41,13 +41,13 @@ $ pip install pybacting Install the latest code from GitHub: ```shell -$ pip install git+https://github.com/cthoyt/pybacting +$ pip install git+https://github.com/BlueObelisk/pybacting ``` Download and install from source in development mode: ```shell -$ git clone https://github.com/cthoyt/pybacting +$ git clone https://github.com/BlueObelisk/pybacting $ cd pybacting $ pip install --editable . ``` diff --git a/src/pybacting/api.py b/src/pybacting/api.py index f14b4b6..4693d27 100644 --- a/src/pybacting/api.py +++ b/src/pybacting/api.py @@ -24,7 +24,7 @@ ] WORKSPACE = "." -VERSION = "1.0.5" +VERSION = "1.0.7" # The ones marked with "no" can't be loaded because they are POM-only # artifacts. See the excellent explanation given by @ctrueden why at: