Skip to content

Commit 64ebcbb

Browse files
authored
Changes for CI tests (#295)
1 parent 21bd394 commit 64ebcbb

2 files changed

Lines changed: 13 additions & 13 deletions

File tree

appveyor.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,32 +2,32 @@ environment:
22
PYPI_TOKEN:
33
secure: /FwQrmudDyj+Mu3DaxLEo23Y6/OEgdHJqyWyZTjkJKje8pxCOrUorN8ZlXRGXbd3UA60emClt0M+SI+xqyA/qkpqZTgd5CKohpVAGH2EfzRc/zwJSGJ4tmZmMVAG8ayk6N9zFxCeC+y0BgZPQnj/Eq/RfuS4YIuaKutIUa5gTMmhWpODFKGV/2Wx1w67xWxAoONfEC5j0Gu3R274SS7FfBb4qWyIiBIJMwHGjlgp1Onk8KlpCLauZv8/hGfQDmWEdZ+mjcsTYyQYr1xfr1/FjQ==
44
matrix:
5-
- DESCRIPTION: "Run tests on Windows with 32-bit Python 3.12"
5+
- DESCRIPTION: "Run tests on Windows with 32-bit Python 3.14"
66
MACHINE_TYPE: "x86"
77
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2022
8-
PYTHON: "C:\\Python312"
9-
PYTHON_VERSION: "3.12"
8+
PYTHON: "C:\\Python314"
9+
PYTHON_VERSION: "3.14"
1010
L2TBINARIES_TRACK: "dev"
1111
TARGET: tests
12-
- DESCRIPTION: "Run tests on Windows with 64-bit Python 3.12"
12+
- DESCRIPTION: "Run tests on Windows with 64-bit Python 3.14"
1313
MACHINE_TYPE: "amd64"
1414
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2022
15-
PYTHON: "C:\\Python312-x64"
16-
PYTHON_VERSION: "3.12"
15+
PYTHON: "C:\\Python314-x64"
16+
PYTHON_VERSION: "3.14"
1717
L2TBINARIES_TRACK: "dev"
1818
TARGET: tests
19-
- DESCRIPTION: "Build wheel on Windows with 32-bit Python 3.12"
19+
- DESCRIPTION: "Build wheel on Windows with 32-bit Python 3.14"
2020
MACHINE_TYPE: "amd64"
2121
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2022
22-
PYTHON: "C:\\Python312-x64"
23-
PYTHON_VERSION: "3.12"
22+
PYTHON: "C:\\Python314-x64"
23+
PYTHON_VERSION: "3.14"
2424
L2TBINARIES_TRACK: "dev"
2525
TARGET: wheel
26-
- DESCRIPTION: "Build wheel on Windows with 64-bit Python 3.12"
26+
- DESCRIPTION: "Build wheel on Windows with 64-bit Python 3.14"
2727
MACHINE_TYPE: "amd64"
2828
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2022
29-
PYTHON: "C:\\Python312-x64"
30-
PYTHON_VERSION: "3.12"
29+
PYTHON: "C:\\Python314-x64"
30+
PYTHON_VERSION: "3.14"
3131
L2TBINARIES_TRACK: "dev"
3232
TARGET: wheel
3333
- DESCRIPTION: "Run tests on Mac OS with Python 3.14"

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = dfdatetime
3-
version = 20251118
3+
version = 20251120
44
description = Digital Forensics date and time (dfDateTime).
55
long_description = dfDateTime, or Digital Forensics date and time, provides date and time objects to preserve accuracy and precision.
66
long_description_content_type = text/plain

0 commit comments

Comments
 (0)