Skip to content

Commit 045bde1

Browse files
committed
Test workflow update
1 parent fc474a5 commit 045bde1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
config:
1818
- { os: windows-latest, arch: AMD64, python-arch: x64, name: windows-latest-x64 }
1919
- { os: windows-latest, arch: x86, python-arch: x86, name: windows-latest-x86 }
20-
python: ['3.6', '3.7', '3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
20+
python: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
2121
steps:
2222
- name: Check out repository
2323
uses: actions/checkout@v4

delphivcl/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ def find_extension_module():
1111
plat_sys = platform.system()
1212
lib_dir = None
1313

14-
if not (py_ver in ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11"]):
14+
if not (py_ver in ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]):
1515
raise ValueError(f"DelphiVCL doesn't support Python{py_ver}.")
1616

1717
if plat_sys == "Windows":

0 commit comments

Comments
 (0)