From e5e168ff98dda885836eff72c0677f000a9a330a Mon Sep 17 00:00:00 2001 From: Kumaran Baskaran Date: Fri, 25 Jul 2025 06:29:14 -0400 Subject: [PATCH] supported python versions in CI and release notes updated --- .github/workflows/continuous_integration.yml | 18 +----------------- pybmrb/__init__.py | 2 +- 2 files changed, 2 insertions(+), 18 deletions(-) diff --git a/.github/workflows/continuous_integration.yml b/.github/workflows/continuous_integration.yml index 9d9ab39..4ea7bf4 100644 --- a/.github/workflows/continuous_integration.yml +++ b/.github/workflows/continuous_integration.yml @@ -15,28 +15,12 @@ jobs: strategy: matrix: os: [ubuntu-latest, windows-latest, macOS-latest] - python-version: [ 3.11, 3.12, 3.13 ] + python-version: [ 3.10, 3.11, 3.12, 3.13 ] include: - - os: ubuntu-22.04 - python-version: '3.10' - os: ubuntu-22.04 python-version: '3.9' - os: ubuntu-22.04 python-version: '3.8' - - - os: macos-latest - python-version: '3.10' - - os: macos-latest - python-version: '3.9' - - os: macos-latest - python-version: '3.8' - - - os: windows-latest - python-version: '3.10' - - os: windows-latest - python-version: '3.9' - - os: windows-latest - python-version: '3.8' steps: - uses: actions/checkout@v4 - name: Setup python version ${{ matrix.python-version }} diff --git a/pybmrb/__init__.py b/pybmrb/__init__.py index 276d264..400416e 100644 --- a/pybmrb/__init__.py +++ b/pybmrb/__init__.py @@ -1 +1 @@ -__version__= '3.0.8' \ No newline at end of file +__version__= '3.0.9' \ No newline at end of file