This repository was archived by the owner on Oct 24, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +8
-7
lines changed Expand file tree Collapse file tree 4 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -10,28 +10,28 @@ jobs:
1010 main-windows :
1111 uses : asottile/workflows/.github/workflows/tox.yml@v1.8.1
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/tox.yml@v1.8.1
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/tox.yml@v1.8.1
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/tox.yml@v1.8.1
3434 with :
35- env : ' ["py39 ", "py310 ", "py311 "]'
35+ env : ' ["py310 ", "py311 ", "py312 "]'
3636 os : ubuntu-latest
3737 submodules : true
Original file line number Diff line number Diff line change 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 :
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 :
Original file line number Diff line number Diff line change 22coverage-enable-subprocess
33pre-commit
44pytest
5+ setuptools
56werkzeug >= 0.9
Original file line number Diff line number Diff 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]
3838console_scripts =
You can’t perform that action at this time.
0 commit comments