File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3636 strategy :
3737 matrix :
3838 python-version :
39+ - " 3.6"
40+ - " 3.7"
41+ - " 3.8"
42+ - " 3.9"
3943 - " 3.10"
4044 - " 3.11"
4145 - " 3.12"
46+ - " 3.13"
47+ - " 3.14"
4248
4349 steps :
4450 - uses : actions/checkout@v5
Original file line number Diff line number Diff line change @@ -25,12 +25,15 @@ classifiers = [
2525 " Operating System :: Microsoft :: Windows" ,
2626 " Programming Language :: Python" ,
2727 " Programming Language :: Python :: 3" ,
28+ " Programming Language :: Python :: 3.6" ,
2829 " Programming Language :: Python :: 3.7" ,
2930 " Programming Language :: Python :: 3.8" ,
3031 " Programming Language :: Python :: 3.9" ,
3132 " Programming Language :: Python :: 3.10" ,
3233 " Programming Language :: Python :: 3.11" ,
3334 " Programming Language :: Python :: 3.12" ,
35+ " Programming Language :: Python :: 3.13" ,
36+ " Programming Language :: Python :: 3.14" ,
3437 " Programming Language :: Python :: Implementation :: CPython" ,
3538 " Topic :: Utilities" ,
3639]
You can’t perform that action at this time.
0 commit comments