File tree Expand file tree Collapse file tree 2 files changed +10
-9
lines changed
Expand file tree Collapse file tree 2 files changed +10
-9
lines changed Original file line number Diff line number Diff line change @@ -48,10 +48,10 @@ jobs:
4848 bitness : 64
4949 python : 312
5050 platform_id : win_amd64
51- # - os: windows-latest issue #123
52- # bitness: 64
53- # python: 313
54- # platform_id: win_amd64
51+ - os : windows-latest
52+ bitness : 64
53+ python : 313
54+ platform_id : win_amd64
5555
5656 # Linux 64 bit manylinux_2_28
5757 - os : ubuntu-latest
@@ -106,10 +106,10 @@ jobs:
106106 bitness : 64
107107 python : 312
108108 platform_id : macosx_arm64
109- # - os: macos-latest issue #123
110- # bitness: 64
111- # python: 313
112- # platform_id: macosx_arm64
109+ - os : macos-latest
110+ bitness : 64
111+ python : 313
112+ platform_id : macosx_arm64
113113
114114
115115 steps :
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ fpsim2-create-db = "FPSim2.scripts.create_fpsim2_fp_db:main"
77
88[project ]
99name = " FPSim2"
10- version = " 0.7.0 "
10+ version = " 0.7.1 "
1111authors = [
1212 { name = " Eloy Félix" , email = " eloyfelix@gmail.com" }
1313]
@@ -22,6 +22,7 @@ classifiers = [
2222 " Programming Language :: Python :: 3.10" ,
2323 " Programming Language :: Python :: 3.11" ,
2424 " Programming Language :: Python :: 3.12" ,
25+ " Programming Language :: Python :: 3.13" ,
2526 " Topic :: Scientific/Engineering :: Chemistry"
2627]
2728dependencies = [
You can’t perform that action at this time.
0 commit comments