Skip to content

Commit b088008

Browse files
committed
add support for python 3.12 and 3.13
1 parent 9f19693 commit b088008

File tree

1 file changed

+109
-0
lines changed

1 file changed

+109
-0
lines changed

dub.json

+109
Original file line numberDiff line numberDiff line change
@@ -465,6 +465,115 @@
465465
"Python_3_11_Or_Later"
466466
]
467467
},
468+
{
469+
"name": "python312",
470+
"libs-windows-x86-dmd": [
471+
"$PYD_PACKAGE_DIR\\infrastructure\\windows\\python312_digitalmars"
472+
],
473+
"libs-windows-x86_mscoff": [
474+
"python312"
475+
],
476+
"libs-windows-x86-ldc": [
477+
"python312"
478+
],
479+
"libs-windows-x86_64": [
480+
"python312"
481+
],
482+
"libs-posix": [
483+
"python3.12"
484+
],
485+
"lflags-windows-x86_64-ldc": [
486+
"/LIBPATH:$USERPROFILE\\AppData\\Local\\Programs\\Python\\Python312\\libs",
487+
"/LIBPATH:C:\\Program Files\\Python312\\libs"
488+
],
489+
"lflags-windows-x86-ldc": [
490+
"/LIBPATH:$USERPROFILE\\AppData\\Local\\Programs\\Python\\Python312-32\\libs",
491+
"/LIBPATH:C:\\Program Files (x86)\\Python312-32\\libs"
492+
],
493+
"lflags-windows-x86_64-dmd": [
494+
"\\\"/LIBPATH:$USERPROFILE\\AppData\\Local\\Programs\\Python\\Python312\\libs\\\"",
495+
"\\\"/LIBPATH:C:\\Program Files\\Python312\\libs\\\""
496+
],
497+
"lflags-windows-x86_mscoff-dmd": [
498+
"\\\"/LIBPATH:$USERPROFILE\\AppData\\Local\\Programs\\Python\\Python312-32\\libs\\\"",
499+
"\\\"/LIBPATH:C:\\Program Files (x86)\\Python312-32\\libs\\\""
500+
],
501+
502+
"versions": [
503+
"Python_2_4_Or_Later",
504+
"Python_2_5_Or_Later",
505+
"Python_2_6_Or_Later",
506+
"Python_2_7_Or_Later",
507+
"Python_3_0_Or_Later",
508+
"Python_3_1_Or_Later",
509+
"Python_3_2_Or_Later",
510+
"Python_3_3_Or_Later",
511+
"Python_3_4_Or_Later",
512+
"Python_3_5_Or_Later",
513+
"Python_3_6_Or_Later",
514+
"Python_3_7_Or_Later",
515+
"Python_3_8_Or_Later",
516+
"Python_3_9_Or_Later",
517+
"Python_3_10_Or_Later",
518+
"Python_3_11_Or_Later",
519+
"Python_3_12_Or_Later"
520+
]
521+
},
522+
{
523+
"name": "python313",
524+
"libs-windows-x86-dmd": [
525+
"$PYD_PACKAGE_DIR\\infrastructure\\windows\\python313_digitalmars"
526+
],
527+
"libs-windows-x86_mscoff": [
528+
"python313"
529+
],
530+
"libs-windows-x86-ldc": [
531+
"python313"
532+
],
533+
"libs-windows-x86_64": [
534+
"python313"
535+
],
536+
"libs-posix": [
537+
"python3.13"
538+
],
539+
"lflags-windows-x86_64-ldc": [
540+
"/LIBPATH:$USERPROFILE\\AppData\\Local\\Programs\\Python\\Python313\\libs",
541+
"/LIBPATH:C:\\Program Files\\Python313\\libs"
542+
],
543+
"lflags-windows-x86-ldc": [
544+
"/LIBPATH:$USERPROFILE\\AppData\\Local\\Programs\\Python\\Python313-32\\libs",
545+
"/LIBPATH:C:\\Program Files (x86)\\Python313-32\\libs"
546+
],
547+
"lflags-windows-x86_64-dmd": [
548+
"\\\"/LIBPATH:$USERPROFILE\\AppData\\Local\\Programs\\Python\\Python313\\libs\\\"",
549+
"\\\"/LIBPATH:C:\\Program Files\\Python313\\libs\\\""
550+
],
551+
"lflags-windows-x86_mscoff-dmd": [
552+
"\\\"/LIBPATH:$USERPROFILE\\AppData\\Local\\Programs\\Python\\Python313-32\\libs\\\"",
553+
"\\\"/LIBPATH:C:\\Program Files (x86)\\Python313-32\\libs\\\""
554+
],
555+
556+
"versions": [
557+
"Python_2_4_Or_Later",
558+
"Python_2_5_Or_Later",
559+
"Python_2_6_Or_Later",
560+
"Python_2_7_Or_Later",
561+
"Python_3_0_Or_Later",
562+
"Python_3_1_Or_Later",
563+
"Python_3_2_Or_Later",
564+
"Python_3_3_Or_Later",
565+
"Python_3_4_Or_Later",
566+
"Python_3_5_Or_Later",
567+
"Python_3_6_Or_Later",
568+
"Python_3_7_Or_Later",
569+
"Python_3_8_Or_Later",
570+
"Python_3_9_Or_Later",
571+
"Python_3_10_Or_Later",
572+
"Python_3_11_Or_Later",
573+
"Python_3_12_Or_Later",
574+
"Python_3_13_Or_Later"
575+
]
576+
},
468577
{
469578
"name": "env",
470579
"versions": [

0 commit comments

Comments
 (0)