From 6f4aa82207bf95e4db12bde18fe4febd61b3a93d Mon Sep 17 00:00:00 2001 From: Mathieu Gravey Date: Sun, 26 Jan 2025 15:54:14 +0100 Subject: [PATCH] add new version of python --- .github/workflows/pythonPublish.yml | 6 +++--- .github/workflows/pythonPublishTest.yml | 2 +- version | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/pythonPublish.yml b/.github/workflows/pythonPublish.yml index 3e7a565..b79112c 100644 --- a/.github/workflows/pythonPublish.yml +++ b/.github/workflows/pythonPublish.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: OS: [ ubuntu-20.04, windows-latest, macOS-latest] - python: ['3.7', '3.8', '3.9','3.10','3.11', 'pypy-3.8', 'pypy-3.9' ] + python: ['3.7', '3.8', '3.9','3.10','3.11','3.12','3.13', 'pypy-3.8', 'pypy-3.9', 'pypy-3.10' ] arch: [ x64 ] include: - os: ubuntu-20.04 @@ -21,9 +21,9 @@ jobs: fail-fast: false runs-on: ${{ matrix.OS }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Set up Python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: ${{ matrix.python }} diff --git a/.github/workflows/pythonPublishTest.yml b/.github/workflows/pythonPublishTest.yml index fd213c7..0297c4c 100644 --- a/.github/workflows/pythonPublishTest.yml +++ b/.github/workflows/pythonPublishTest.yml @@ -15,7 +15,7 @@ jobs: strategy: matrix: OS: [ ubuntu-20.04, windows-latest, macOS-latest] - python: ['3.7', '3.8', '3.9','3.10','3.11', 'pypy-3.8', 'pypy-3.9' ] + python: ['3.7', '3.8', '3.9','3.10','3.11','3.12','3.13', 'pypy-3.8', 'pypy-3.9', 'pypy-3.10' ] arch: [ x64 ] include: - os: ubuntu-20.04 diff --git a/version b/version index ee4c8d7..fef5d59 100644 --- a/version +++ b/version @@ -1 +1 @@ -0.98.021 \ No newline at end of file +0.98.022 \ No newline at end of file