File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 1414 runs-on : ubuntu-latest
1515 strategy :
1616 matrix :
17- python-version : ["3.9 ", "3.10 ", "3.11 "]
17+ python-version : ["3.10 ", "3.11 ", "3.12 "]
1818 services :
1919 mariadb :
2020 image : mariadb:11.7.2 # released 2024-05-06
Original file line number Diff line number Diff line change @@ -16,15 +16,14 @@ keywords = [
1616license = {file = " LICENSE" }
1717maintainers = []
1818authors = []
19- requires-python = " >=3.9 "
19+ requires-python = " >=3.10 "
2020classifiers = [
2121 " Development Status :: 3 - Alpha" ,
2222 " Environment :: Console" ,
2323 " Intended Audience :: Science/Research" ,
2424 " License :: OSI Approved :: BSD License" ,
2525 " Operating System :: OS Independent" ,
2626 " Programming Language :: Python :: 3 :: Only" ,
27- " Programming Language :: Python :: 3.9" ,
2827 " Programming Language :: Python :: 3.10" ,
2928 " Programming Language :: Python :: 3.11" ,
3029 " Programming Language :: Python :: 3.12" ,
You can’t perform that action at this time.
0 commit comments