File tree Expand file tree Collapse file tree 3 files changed +2
-8
lines changed Expand file tree Collapse file tree 3 files changed +2
-8
lines changed Original file line number Diff line number Diff line change 2121 os :
2222 - ubuntu-20.04
2323 python-version :
24- - " 3.8"
25- - " 3.9"
26- - " 3.10"
2724 - " 3.11"
2825 runs-on : ${{ matrix.os }}
2926
Original file line number Diff line number Diff line change 66
77## Upgrading
88
9- <!-- Here goes notes on how to upgrade from previous versions, including if there are any deprecations and what they should be replaced with -->
9+ * The minimum supported Python version was bumped to 3.11, downstream projects will need to upgrade too to use this version.
1010
1111## New Features
1212
Original file line number Diff line number Diff line change @@ -15,12 +15,9 @@ classifiers = [
1515 " License :: OSI Approved :: MIT License" ,
1616 " Programming Language :: Python :: 3" ,
1717 " Programming Language :: Python :: 3 :: Only" ,
18- " Programming Language :: Python :: 3.8" ,
19- " Programming Language :: Python :: 3.9" ,
20- " Programming Language :: Python :: 3.10" ,
2118 " Topic :: Software Development :: Libraries" ,
2219]
23- requires-python = " >= 3.8 , < 4"
20+ requires-python = " >= 3.11 , < 4"
2421dependencies = [" watchfiles >= 0.15.0, < 0.20.0" ]
2522dynamic = [" version" ]
2623
You can’t perform that action at this time.
0 commit comments