File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -179,7 +179,7 @@ jobs:
179179 runs-on : ubuntu-latest
180180 strategy :
181181 matrix :
182- python-version : [3.8, 3.9]
182+ python-version : [3.8, 3.9, "3.10" ]
183183 outputs :
184184 python-key : ${{ steps.generate-python-key.outputs.key }}
185185 steps :
Original file line number Diff line number Diff line change @@ -17,6 +17,10 @@ so always check `git diff` before comitting any changes!
1717Since this tool uses [ pyupgrade] [ pyu ] , it's best used for
1818projects that use it already.
1919
20+ ** Python 3.10**
21+ This tool depends on ` autoflake ` which doesn't yet support Python 3.10.
22+ However, you can use ` 3.10 ` to update older Python syntax.
23+
2024
2125## Limitations
2226Due to the way the tool works, it will reorder the imports multiple times.
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ classifier =
2121
2222[options]
2323packages = find:
24- python_requires = >=3.8,<3.10
24+ python_requires = >=3.8
2525include_package_data = True
2626install_requires =
2727 aiofiles ==0.8.0
You can’t perform that action at this time.
0 commit comments