Use the 3.13 release.

This commit is contained in:
Andrey Rakhmatullin 2024-10-08 15:37:49 +05:00
parent e139d22db9
commit df6c51af0f
5 changed files with 11 additions and 11 deletions

View File

@ -12,7 +12,7 @@ jobs:
fail-fast: false fail-fast: false
matrix: matrix:
include: include:
- python-version: "3.13.0-beta.1" - python-version: "3.13"
env: env:
TOXENV: pylint TOXENV: pylint
- python-version: 3.8 - python-version: 3.8
@ -24,7 +24,7 @@ jobs:
- python-version: "3.12" # Keep in sync with .readthedocs.yml - python-version: "3.12" # Keep in sync with .readthedocs.yml
env: env:
TOXENV: docs TOXENV: docs
- python-version: "3.13.0-beta.1" - python-version: "3.13"
env: env:
TOXENV: twinecheck TOXENV: twinecheck

View File

@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- uses: actions/setup-python@v5 - uses: actions/setup-python@v5
with: with:
python-version: "3.13.0-beta.1" python-version: "3.13"
- run: | - run: |
pip install --upgrade build twine pip install --upgrade build twine
python -m build python -m build

View File

@ -11,7 +11,7 @@ jobs:
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13.0-beta.1"] python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4

View File

@ -24,10 +24,10 @@ jobs:
- python-version: "3.12" - python-version: "3.12"
env: env:
TOXENV: py TOXENV: py
- python-version: "3.13.0-beta.1" - python-version: "3.13"
env: env:
TOXENV: py TOXENV: py
- python-version: "3.13.0-beta.1" - python-version: "3.13"
env: env:
TOXENV: asyncio TOXENV: asyncio
- python-version: pypy3.9 - python-version: pypy3.9
@ -54,10 +54,10 @@ jobs:
env: env:
TOXENV: botocore-pinned TOXENV: botocore-pinned
- python-version: "3.13.0-beta.1" - python-version: "3.13"
env: env:
TOXENV: extra-deps TOXENV: extra-deps
- python-version: "3.13.0-beta.1" - python-version: "3.13"
env: env:
TOXENV: botocore TOXENV: botocore
@ -70,7 +70,7 @@ jobs:
python-version: ${{ matrix.python-version }} python-version: ${{ matrix.python-version }}
- name: Install system libraries - name: Install system libraries
if: contains(matrix.python-version, 'pypy') || contains(matrix.python-version, 'beta') || contains(matrix.env.TOXENV, 'pinned') if: contains(matrix.python-version, 'pypy') || contains(matrix.env.TOXENV, 'pinned')
run: | run: |
sudo apt-get update sudo apt-get update
sudo apt-get install libxml2-dev libxslt-dev sudo apt-get install libxml2-dev libxslt-dev

View File

@ -27,10 +27,10 @@ jobs:
- python-version: "3.12" - python-version: "3.12"
env: env:
TOXENV: py TOXENV: py
- python-version: "3.13.0-beta.1" - python-version: "3.13"
env: env:
TOXENV: py TOXENV: py
- python-version: "3.13.0-beta.1" - python-version: "3.13"
env: env:
TOXENV: asyncio TOXENV: asyncio