Skip to content

Commit 653d84c

Browse files
committed
Version 0.0.4
1 parent e12e540 commit 653d84c

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
# os: [ubuntu-latest]
1313
# os: [windows-2019] #latest]
1414
# os: [macos-13] # macos-latest]
15-
os: [ubuntu-latest, windows-2019, ubuntu-24.04-arm, macos-13, macos-latest]
15+
os: [ubuntu-latest, windows-2022, ubuntu-24.04-arm, macos-13, macos-latest]
1616

1717
steps:
1818
- uses: actions/checkout@v4

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
import distutils.ccompiler
1313
from distutils.command.build_ext import build_ext
1414

15-
pkg_version = '0.0.3'
15+
pkg_version = '0.0.4'
1616

1717
env = os.environ.copy()
1818

@@ -206,6 +206,7 @@ def run(self):
206206
'Intended Audience :: Developers',
207207
'Operating System :: Microsoft :: Windows',
208208
'Operating System :: POSIX :: Linux',
209+
'Operating System :: MacOS',
209210
'Programming Language :: Other',
210211
'Programming Language :: Python :: 3',
211212
'Topic :: File Formats :: JSON',

0 commit comments

Comments
 (0)