Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
fail-fast: false
matrix:
env:
- "3.14"
- "3.13"
- "3.12"
- "3.11"
Expand All @@ -29,15 +30,15 @@ jobs:
uses: astral-sh/setup-uv@v4
with:
# Install a specific version of uv.
version: "0.5.8"
version: "0.12.5"
enable-cache: true

- name: Install tox
run: uv tool install --python-preference only-managed --python ${{ matrix.env }} tox --with tox-uv --with tox-gh

- name: Install Python
run: uv python install --python-preference only-managed ${{ matrix.env }}

- name: Install tox
run: uv tool install --python-preference only-managed --python ${{ matrix.env }} tox --with tox-uv --with tox-gh

- name: Run test suite
run: make tox
env:
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ repos:
args: []

- repo: https://github.com/asottile/pyupgrade
rev: v3.19.0
rev: v3.21.2
hooks:
- id: pyupgrade
exclude: '^yandex/.*$' # excluding codgen files
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ Homepage = "https://github.com/yandex-cloud/python-sdk"
dev = [
"pre-commit>=4.0.1",
"python-semantic-release>=9.15.2",
"pydantic-core>=2.28.0",
"tox-gh>=1.4.4",
"tox>=4.23.2",
"yandexcloud",
Expand Down
Loading
Loading