Skip to content

Commit 61680eb

Browse files
authored
Merge branch 'main' into Open-source-Contribution
2 parents 24b5c4a + 255a83f commit 61680eb

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+1431
-1509
lines changed

.github/workflows/bump-changelog.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ concurrency:
1212
cancel-in-progress: true
1313

1414
env:
15-
default-python: "3.12"
16-
minimum-supported-python: "3.8"
15+
default-python: "3.13"
16+
minimum-supported-python: "3.9"
1717

1818
jobs:
1919
bump-changelog:

.github/workflows/create_tests_package_lists.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ jobs:
1111
strategy:
1212
matrix:
1313
os: [ubuntu-latest]
14-
python-version: ["3.12", "3.11", "3.10", "3.9", "3.8"]
14+
python-version: ["3.13", "3.12", "3.11", "3.10", "3.9"]
1515
include:
1616
- os: macos-latest
17-
python-version: "3.12"
17+
python-version: "3.13"
1818
- os: windows-latest
19-
python-version: "3.12"
19+
python-version: "3.13"
2020
steps:
2121
- uses: actions/checkout@v4
2222
- name: Set up Python ${{ matrix.python-version }}

.github/workflows/exhaustive_package_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
matrix:
1414
os: [ubuntu-latest, macos-latest, windows-latest]
15-
python-version: ["3.12", "3.11", "3.10", "3.9", "3.8"]
15+
python-version: ["3.12", "3.11", "3.10", "3.9"]
1616

1717
steps:
1818
- uses: actions/checkout@v4

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ concurrency:
1515
cancel-in-progress: true
1616

1717
env:
18-
default-python: "3.12"
19-
minimum-supported-python: "3.8"
18+
default-python: "3.13"
19+
minimum-supported-python: "3.9"
2020

2121
jobs:
2222
create-tag:
@@ -73,7 +73,7 @@ jobs:
7373
- name: Build sdist and wheel
7474
run: nox --error-on-missing-interpreters --non-interactive --session build
7575
- name: Publish to PyPI
76-
uses: pypa/gh-action-pypi-publish@v1.12.4
76+
uses: pypa/gh-action-pypi-publish@v1.13.0
7777

7878
create-release:
7979
name: Create a release on GitHub's UI

.github/workflows/tests.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ concurrency:
1313
cancel-in-progress: true
1414

1515
env:
16-
default-python: "3.12"
17-
minimum-supported-python: "3.8"
16+
default-python: "3.13"
17+
minimum-supported-python: "3.9"
1818

1919
jobs:
2020
tests:
@@ -23,12 +23,12 @@ jobs:
2323
fail-fast: false
2424
matrix:
2525
os: [ubuntu-latest]
26-
python-version: ["3.12", "3.11", "3.10", "3.9", "3.8"]
26+
python-version: ["3.13", "3.12", "3.11", "3.10", "3.9"]
2727
include:
2828
- os: windows-latest
29-
python-version: "3.12"
29+
python-version: "3.13"
3030
- os: macos-latest
31-
python-version: "3.12"
31+
python-version: "3.13"
3232

3333
steps:
3434
- uses: actions/checkout@v4

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,17 @@ repos:
77
- id: trailing-whitespace
88
- id: check-yaml
99
- repo: https://github.com/tox-dev/pyproject-fmt
10-
rev: "2.2.4"
10+
rev: v2.6.0
1111
hooks:
1212
- id: pyproject-fmt
1313
- repo: https://github.com/astral-sh/ruff-pre-commit
14-
rev: v0.6.9
14+
rev: v0.11.8
1515
hooks:
1616
- id: ruff
1717
args: [ "--fix", "--unsafe-fixes", "--show-fixes", "--exit-non-zero-on-fix"]
1818
- id: ruff-format
1919
- repo: https://github.com/pre-commit/mirrors-mypy
20-
rev: v1.11.2
20+
rev: v1.14.1
2121
hooks:
2222
- id: mypy
2323
args: ['--warn-unused-ignores', '--strict-equality','--no-implicit-optional', '--check-untyped-defs']

.readthedocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: 2
22
build:
33
os: ubuntu-22.04
44
tools:
5-
python: "3.12"
5+
python: "3.13"
66
commands:
77
- pip install nox
88
- nox --session build_docs -- "${READTHEDOCS_OUTPUT}"/html

changelog.d/1395.feature.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/1540.doc.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/1565.bugfix.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)