From 8fa77cf1974222116a478b82b3e5c7eded7c9d96 Mon Sep 17 00:00:00 2001 From: Egon Willighagen Date: Sat, 23 Aug 2025 12:18:23 +0200 Subject: [PATCH 1/3] Bacting 1.0.7 --- src/pybacting/api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: From 12c65949c4c1fcd5ca5f073fed30f9d79b1e4458 Mon Sep 17 00:00:00 2001 From: Egon Willighagen Date: Sat, 23 Aug 2025 12:24:59 +0200 Subject: [PATCH 2/3] Updated the URLs to point to the new location --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 . ``` From c34aaaed49cc61a8d5a7f2ed483d6374079b6c90 Mon Sep 17 00:00:00 2001 From: Egon Willighagen Date: Sat, 23 Aug 2025 12:29:32 +0200 Subject: [PATCH 3/3] Other two steps also with Python 3.12 --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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