From e832e514604a88324c5088fb86daeaa247c2e26d Mon Sep 17 00:00:00 2001 From: anthony sottile Date: Thu, 9 Oct 2025 17:47:55 -0400 Subject: [PATCH] py310+ Committed via https://github.com/asottile/all-repos --- .github/workflows/main.yml | 8 ++++---- .pre-commit-config.yaml | 4 ++-- requirements-dev.txt | 1 + setup.cfg | 2 +- 4 files changed, 8 insertions(+), 7 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d46fb755..de00b365 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -10,7 +10,7 @@ jobs: main-windows: uses: asottile/workflows/.github/workflows/tox.yml@v1.8.1 with: - env: '["py39"]' + env: '["py310"]' os: windows-latest arch: '["x64", "x86"]' wheel-tags: true @@ -18,20 +18,20 @@ jobs: main-macos: uses: asottile/workflows/.github/workflows/tox.yml@v1.8.1 with: - env: '["py39"]' + env: '["py310"]' os: macos-latest wheel-tags: true submodules: true main-macos-intel: uses: asottile/workflows/.github/workflows/tox.yml@v1.8.1 with: - env: '["py39"]' + env: '["py310"]' os: macos-13 wheel-tags: true submodules: true main-linux: uses: asottile/workflows/.github/workflows/tox.yml@v1.8.1 with: - env: '["py39", "py310", "py311"]' + env: '["py310", "py311", "py312"]' os: ubuntu-latest submodules: true diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 354c5c81..d63b6c76 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -17,7 +17,7 @@ repos: rev: v3.15.0 hooks: - id: reorder-python-imports - args: [--py39-plus] + args: [--py310-plus] - repo: https://github.com/asottile/add-trailing-comma rev: v3.2.0 hooks: @@ -26,7 +26,7 @@ repos: rev: v3.20.0 hooks: - id: pyupgrade - args: [--py39-plus] + args: [--py310-plus] - repo: https://github.com/hhatto/autopep8 rev: v2.3.2 hooks: diff --git a/requirements-dev.txt b/requirements-dev.txt index 2ad7467e..eadfb26b 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -2,4 +2,5 @@ coverage coverage-enable-subprocess pre-commit pytest +setuptools werkzeug>=0.9 diff --git a/setup.cfg b/setup.cfg index 406413ca..22ec98e2 100644 --- a/setup.cfg +++ b/setup.cfg @@ -32,7 +32,7 @@ py_modules = pysassc sass sasstests -python_requires = >=3.9 +python_requires = >=3.10 [options.entry_points] console_scripts =