Skip to content
This repository was archived by the owner on Oct 24, 2025. It is now read-only.

Commit e832e51

Browse files
committed
1 parent 5356d40 commit e832e51

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,28 +10,28 @@ jobs:
1010
main-windows:
1111
uses: asottile/workflows/.github/workflows/[email protected]
1212
with:
13-
env: '["py39"]'
13+
env: '["py310"]'
1414
os: windows-latest
1515
arch: '["x64", "x86"]'
1616
wheel-tags: true
1717
submodules: true
1818
main-macos:
1919
uses: asottile/workflows/.github/workflows/[email protected]
2020
with:
21-
env: '["py39"]'
21+
env: '["py310"]'
2222
os: macos-latest
2323
wheel-tags: true
2424
submodules: true
2525
main-macos-intel:
2626
uses: asottile/workflows/.github/workflows/[email protected]
2727
with:
28-
env: '["py39"]'
28+
env: '["py310"]'
2929
os: macos-13
3030
wheel-tags: true
3131
submodules: true
3232
main-linux:
3333
uses: asottile/workflows/.github/workflows/[email protected]
3434
with:
35-
env: '["py39", "py310", "py311"]'
35+
env: '["py310", "py311", "py312"]'
3636
os: ubuntu-latest
3737
submodules: true

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ repos:
1717
rev: v3.15.0
1818
hooks:
1919
- id: reorder-python-imports
20-
args: [--py39-plus]
20+
args: [--py310-plus]
2121
- repo: https://github.com/asottile/add-trailing-comma
2222
rev: v3.2.0
2323
hooks:
@@ -26,7 +26,7 @@ repos:
2626
rev: v3.20.0
2727
hooks:
2828
- id: pyupgrade
29-
args: [--py39-plus]
29+
args: [--py310-plus]
3030
- repo: https://github.com/hhatto/autopep8
3131
rev: v2.3.2
3232
hooks:

requirements-dev.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@ coverage
22
coverage-enable-subprocess
33
pre-commit
44
pytest
5+
setuptools
56
werkzeug>=0.9

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ py_modules =
3232
pysassc
3333
sass
3434
sasstests
35-
python_requires = >=3.9
35+
python_requires = >=3.10
3636

3737
[options.entry_points]
3838
console_scripts =

0 commit comments

Comments
 (0)