File tree 4 files changed +7
-10
lines changed
4 files changed +7
-10
lines changed Original file line number Diff line number Diff line change @@ -28,8 +28,8 @@ environment:
28
28
PYTHON_VERSION : " 3.12"
29
29
L2TBINARIES_TRACK : " dev"
30
30
TARGET : wheel
31
- - DESCRIPTION : " Run tests on Mac OS with Python 3.12 "
32
- APPVEYOR_BUILD_WORKER_IMAGE : macos-monterey
31
+ - DESCRIPTION : " Run tests on Mac OS with Python 3.13 "
32
+ APPVEYOR_BUILD_WORKER_IMAGE : macos-sonoma
33
33
HOMEBREW_NO_INSTALL_CLEANUP : 1
34
34
TARGET : tests
35
35
Original file line number Diff line number Diff line change 3
3
set -e
4
4
5
5
brew update -q
6
- brew install -q gettext gnu-sed python@3.12 snappy tox || true
6
+ brew install -q gettext gnu-sed python@3.13 snappy tox || true
7
7
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ export LDFLAGS="-L/usr/local/lib -L/usr/local/opt/gettext/lib ${LDFLAGS}";
9
9
export CPPFLAGS=
" -I/usr/local/opt/[email protected] /include ${CPPFLAGS} " ;
10
10
export LDFLAGS=
" -L/usr/local/opt/[email protected] /lib ${LDFLAGS} " ;
11
11
12
- # Set the following environment variables to ensure tox can find Python 3.12 .
13
- export PATH=" /usr/local/opt/python@3.12 /bin:${PATH} " ;
12
+ # Set the following environment variables to ensure tox can find Python 3.13 .
13
+ export PATH=" /usr/local/opt/python@3.13 /bin:${PATH} " ;
14
14
15
- tox -e py312
15
+ tox -e py313
Original file line number Diff line number Diff line change 1
1
[metadata]
2
2
name = dtformats
3
- version = 20241013
3
+ version = 20241227
4
4
description = Data formats (dtformats)
5
5
long_description = dtFormats is a collection of various file formats.
6
6
long_description_content_type = text/plain
@@ -69,6 +69,3 @@ exclude =
69
69
tests.*
70
70
utils
71
71
where = .
72
-
73
- [bdist_wheel]
74
- universal = 1
You can’t perform that action at this time.
0 commit comments