Skip to content

Commit a172408

Browse files
committed
Changes for CI tests
1 parent ab31abe commit a172408

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

appveyor.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,31 @@
11
environment:
22
matrix:
3-
- DESCRIPTION: "Run tests on Windows with 32-bit Python 3.12"
3+
- DESCRIPTION: "Run tests on Windows with 32-bit Python 3.14"
44
MACHINE_TYPE: "x86"
55
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2022
6-
PYTHON: "C:\\Python312"
7-
PYTHON_VERSION: "3.12"
6+
PYTHON: "C:\\Python314"
7+
PYTHON_VERSION: "3.14"
88
L2TBINARIES_TRACK: "dev"
99
TARGET: tests
10-
- DESCRIPTION: "Run tests on Windows with 64-bit Python 3.12"
10+
- DESCRIPTION: "Run tests on Windows with 64-bit Python 3.14"
1111
MACHINE_TYPE: "amd64"
1212
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2022
13-
PYTHON: "C:\\Python312-x64"
14-
PYTHON_VERSION: "3.12"
13+
PYTHON: "C:\\Python314-x64"
14+
PYTHON_VERSION: "3.14"
1515
L2TBINARIES_TRACK: "dev"
1616
TARGET: tests
17-
- DESCRIPTION: "Build wheel on Windows with 32-bit Python 3.12"
17+
- DESCRIPTION: "Build wheel on Windows with 32-bit Python 3.14"
1818
MACHINE_TYPE: "amd64"
1919
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2022
20-
PYTHON: "C:\\Python312-x64"
21-
PYTHON_VERSION: "3.12"
20+
PYTHON: "C:\\Python314-x64"
21+
PYTHON_VERSION: "3.14"
2222
L2TBINARIES_TRACK: "dev"
2323
TARGET: wheel
24-
- DESCRIPTION: "Build wheel on Windows with 64-bit Python 3.12"
24+
- DESCRIPTION: "Build wheel on Windows with 64-bit Python 3.14"
2525
MACHINE_TYPE: "amd64"
2626
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2022
27-
PYTHON: "C:\\Python312-x64"
28-
PYTHON_VERSION: "3.12"
27+
PYTHON: "C:\\Python314-x64"
28+
PYTHON_VERSION: "3.14"
2929
L2TBINARIES_TRACK: "dev"
3030
TARGET: wheel
3131
- 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 = dfwinreg
3-
version = 20251118
3+
version = 20251120
44
description = Digital Forensics Windows Registry (dfWinReg).
55
long_description = dfWinReg, or Digital Forensics Windows Registry, provides read-only access to Windows Registry objects. The goal of dfWinReg is to provide a generic interface for accessing Windows Registry objects that resembles the Registry key hierarchy as seen on a live Windows system.
66
long_description_content_type = text/plain

0 commit comments

Comments
 (0)