Explicitly use python 3.13 (#891)
Some checks failed
Check tox tests / Check packaging 📦 (push) Has been cancelled
CodeQL / Analyze (python) (push) Has been cancelled
Publish Python 🐍 distributions 📦 to PyPI / Build package (push) Has been cancelled
Test on GH actions environment / test (binary, windows-latest, 3.13, 6.6.3) (push) Has been cancelled
Test on GH actions environment / test (standard, ubuntu-latest, 3.13, 6.5.3) (push) Has been cancelled
Test on GH actions environment / test (standard, ubuntu-latest, 3.13, 6.6.3) (push) Has been cancelled
Test on GH actions environment / test (standard, ubuntu-latest, 3.13, 6.8.0) (push) Has been cancelled
Test on GH actions environment / test (standard, ubuntu-latest, 3.13, 6.8.1) (push) Has been cancelled
Test on GH actions environment / test (standard, windows-latest, 3.13, 6.5.3) (push) Has been cancelled
Test on GH actions environment / test (standard, windows-latest, 3.13, 6.6.3) (push) Has been cancelled
Test on GH actions environment / test (standard, windows-latest, 3.13, 6.7.3) (push) Has been cancelled
Publish Python 🐍 distributions 📦 to PyPI / publish Python 🐍 distributions 📦 to PyPI (push) Has been cancelled

Co-authored-by: Hiroshi Miura <miurahr@linux.com>
This commit is contained in:
xavier2k6
2025-03-16 13:05:41 +00:00
committed by GitHub
parent 0cd00b4a50
commit 44393832f3
10 changed files with 28 additions and 28 deletions

View File

@@ -23,10 +23,10 @@ jobs:
with:
fetch-depth: 20
fetch-tags: true
- name: Set up Python 3.12
- name: Set up Python 3.13
uses: actions/setup-python@v5
with:
python-version: '3.12'
python-version: '3.13'
- name: Install tools
run: |
pip install -U pip

View File

@@ -20,10 +20,10 @@ jobs:
fetch-depth: 50
- name: Fetch release tag
run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
- name: Set up Python 3.12🐍
- name: Set up Python 3.13🐍
uses: actions/setup-python@v5
with:
python-version: '3.12'
python-version: '3.13'
- name: Install build and twine
run: python -m pip install build twine --user
- name: Build release assets

View File

@@ -20,7 +20,7 @@ jobs:
- name: Setup python
uses: actions/setup-python@v5
with:
python-version: '3.12'
python-version: '3.13'
architecture: x64
- name: Setup reviewdog
run: |
@@ -43,7 +43,7 @@ jobs:
- name: Setup python
uses: actions/setup-python@v5
with:
python-version: '3.12'
python-version: '3.13'
architecture: x64
- name: Install dependencies
run: |

View File

@@ -15,24 +15,24 @@ jobs:
strategy:
matrix:
os: [windows-latest, ubuntu-latest]
py: ["3.12"]
py: ["3.13"]
qtver: [6.5.3, 6.6.3]
artifact: [standard]
include:
- os: windows-latest
py: "3.12"
py: "3.13"
qtver: 6.6.3
artifact: binary
- os: windows-latest
py: "3.12"
py: "3.13"
qtver: 6.7.3
artifact: standard
- os: ubuntu-latest
py: "3.12"
py: "3.13"
qtver: 6.8.0
artifact: standard
- os: ubuntu-latest
py: "3.12"
py: "3.13"
# 6.8.1 introduces Operations elements in Updates.xml
qtver: 6.8.1
artifact: standard

View File

@@ -20,7 +20,7 @@ jobs:
{os: windows-latest, arch: x64, output_file: 'aqt_x64.exe', primary_artifact: 'aqt.exe', secondary_artifact: 'aqt_x64.exe'},
{os: macOS-13, arch: x64, output_file: 'aqt_x64', primary_artifact: 'aqt-macos', secondary_artifact: 'aqt-macos_x64'}
]
py: [3.12]
py: [3.13]
defaults:
run:
shell: ${{ matrix.system.os == 'windows-latest' && 'pwsh' || 'bash' }} {0}

View File

@@ -17,7 +17,7 @@ python:
build:
os: ubuntu-22.04
tools:
python: "3.10"
python: "3.13"
jobs:
post_checkout:
- git fetch --depth 1000

View File

@@ -58,7 +58,7 @@ Requirements
3.9
- Recommended Python version:
3.12 (frequently tested on)
3.13 (frequently tested on)
- Dependencies:
requests

View File

@@ -9,7 +9,7 @@ jobs:
steps:
- task: UsePythonVersion@0
inputs:
versionSpec: '3.12'
versionSpec: '3.13'
addToPath: true
- bash: python ci/generate_azure_pipelines_matrices.py
name: mtrx

View File

@@ -138,7 +138,7 @@ class PlatformBuildJobs:
self.build_jobs = build_jobs
python_versions = ["3.12"]
python_versions = ["3.13"]
qt_versions = ["6.8.1"]

View File

@@ -116,7 +116,7 @@ max-line-length = 125
[tool.black]
line-length = 125
target-version = ['py312']
target-version = ['py313']
[tool.isort]
line_length = 125
@@ -194,14 +194,14 @@ commands =
python -m pytest -vv
[testenv:check]
basepython = python3.12
basepython = python3.13
extras = check
commands =
check-manifest {toxinidir}
flake8 aqt tests
[testenv:mypy]
basepython = python3.12
basepython = python3.13
extras = check
commands = mypy aqt
deps =
@@ -210,14 +210,14 @@ deps =
types-psutil
[testenv:docs]
basepython = python3.12
basepython = python3.13
extras = docs
commands =
sphinx-build {posargs:-E} -W -b html docs build/docs
sphinx-build -W -b linkcheck docs build/docs
[testenv:mprof]
basepython = python3.12
basepython = python3.13
extras = debug
commands =
mprof run --multiprocess python -m aqt install-qt -O /tmp -d /tmp linux desktop 6.8.1
@@ -227,7 +227,7 @@ deps =
matplotlib
[testenv:fil]
basepython = python3.12
basepython = python3.13
extras = debug
commands =
fil-profile run -m aqt install-qt -O /tmp -d /tmp linux desktop 6.8.1