File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed
Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 77 runs-on : ubuntu-latest
88 strategy :
99 matrix :
10- python-version : [3.9, '3.10 ', '3.11', '3.12 ']
10+ python-version : ['3.12 ', '3.13 ']
1111 steps :
1212 - name : Checkout PyAutoConf
1313 uses : actions/checkout@v2
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ dynamic = ["version"]
88 description =" PyAuto Data Structures"
99readme = { file = " README.rst" , content-type = " text/x-rst" }
1010license = { text = " MIT" }
11- requires-python = " >=3.9 "
11+ requires-python = " >=3.12 "
1212authors = [
1313 { name = " James Nightingale" , email = " James.Nightingale@newcastle.ac.uk" },
1414 { name = " Richard Hayes" , email = " richard@rghsoftware.co.uk" },
@@ -18,10 +18,8 @@ classifiers = [
1818 " Topic :: Scientific/Engineering :: Physics" ,
1919 " Natural Language :: English" ,
2020 " Operating System :: OS Independent" ,
21- " Programming Language :: Python :: 3.9" ,
22- " Programming Language :: Python :: 3.10" ,
23- " Programming Language :: Python :: 3.11" ,
24- " Programming Language :: Python :: 3.12"
21+ " Programming Language :: Python :: 3.12" ,
22+ " Programming Language :: Python :: 3.13"
2523]
2624keywords = [" cli" ]
2725dependencies = [
You can’t perform that action at this time.
0 commit comments