Skip to content

Commit 2dc0c4f

Browse files
committed
python 3.13 wheels for osx arm and windows
1 parent 9ba0722 commit 2dc0c4f

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

.github/workflows/wheels.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff 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:

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ fpsim2-create-db = "FPSim2.scripts.create_fpsim2_fp_db:main"
77

88
[project]
99
name = "FPSim2"
10-
version = "0.7.0"
10+
version = "0.7.1"
1111
authors = [
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
]
2728
dependencies = [

0 commit comments

Comments
 (0)