diff --git a/.azure-pipelines/azure-pipelines-linux.yml b/.azure-pipelines/azure-pipelines-linux.yml
index 1db314d..875d996 100755
--- a/.azure-pipelines/azure-pipelines-linux.yml
+++ b/.azure-pipelines/azure-pipelines-linux.yml
@@ -8,44 +8,8 @@ jobs:
vmImage: ubuntu-latest
strategy:
matrix:
- linux_64_python3.10.____cpython:
- CONFIG: linux_64_python3.10.____cpython
- UPLOAD_PACKAGES: 'True'
- DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64
- linux_64_python3.11.____cpython:
- CONFIG: linux_64_python3.11.____cpython
- UPLOAD_PACKAGES: 'True'
- DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64
- linux_64_python3.12.____cpython:
- CONFIG: linux_64_python3.12.____cpython
- UPLOAD_PACKAGES: 'True'
- DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64
- linux_64_python3.8.____cpython:
- CONFIG: linux_64_python3.8.____cpython
- UPLOAD_PACKAGES: 'True'
- DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64
- linux_64_python3.9.____cpython:
- CONFIG: linux_64_python3.9.____cpython
- UPLOAD_PACKAGES: 'True'
- DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64
- linux_aarch64_python3.10.____cpython:
- CONFIG: linux_aarch64_python3.10.____cpython
- UPLOAD_PACKAGES: 'True'
- DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64
- linux_aarch64_python3.11.____cpython:
- CONFIG: linux_aarch64_python3.11.____cpython
- UPLOAD_PACKAGES: 'True'
- DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64
- linux_aarch64_python3.12.____cpython:
- CONFIG: linux_aarch64_python3.12.____cpython
- UPLOAD_PACKAGES: 'True'
- DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64
- linux_aarch64_python3.8.____cpython:
- CONFIG: linux_aarch64_python3.8.____cpython
- UPLOAD_PACKAGES: 'True'
- DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64
- linux_aarch64_python3.9.____cpython:
- CONFIG: linux_aarch64_python3.9.____cpython
+ linux_64_:
+ CONFIG: linux_64_
UPLOAD_PACKAGES: 'True'
DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64
timeoutInMinutes: 360
diff --git a/.azure-pipelines/azure-pipelines-osx.yml b/.azure-pipelines/azure-pipelines-osx.yml
index 29bb0ef..a8ca2b4 100755
--- a/.azure-pipelines/azure-pipelines-osx.yml
+++ b/.azure-pipelines/azure-pipelines-osx.yml
@@ -8,32 +8,8 @@ jobs:
vmImage: macOS-12
strategy:
matrix:
- osx_64_python3.10.____cpython:
- CONFIG: osx_64_python3.10.____cpython
- UPLOAD_PACKAGES: 'True'
- osx_64_python3.11.____cpython:
- CONFIG: osx_64_python3.11.____cpython
- UPLOAD_PACKAGES: 'True'
- osx_64_python3.12.____cpython:
- CONFIG: osx_64_python3.12.____cpython
- UPLOAD_PACKAGES: 'True'
- osx_64_python3.8.____cpython:
- CONFIG: osx_64_python3.8.____cpython
- UPLOAD_PACKAGES: 'True'
- osx_64_python3.9.____cpython:
- CONFIG: osx_64_python3.9.____cpython
- UPLOAD_PACKAGES: 'True'
- osx_arm64_python3.10.____cpython:
- CONFIG: osx_arm64_python3.10.____cpython
- UPLOAD_PACKAGES: 'True'
- osx_arm64_python3.11.____cpython:
- CONFIG: osx_arm64_python3.11.____cpython
- UPLOAD_PACKAGES: 'True'
- osx_arm64_python3.12.____cpython:
- CONFIG: osx_arm64_python3.12.____cpython
- UPLOAD_PACKAGES: 'True'
- osx_arm64_python3.9.____cpython:
- CONFIG: osx_arm64_python3.9.____cpython
+ osx_64_:
+ CONFIG: osx_64_
UPLOAD_PACKAGES: 'True'
timeoutInMinutes: 360
variables: {}
diff --git a/.azure-pipelines/azure-pipelines-win.yml b/.azure-pipelines/azure-pipelines-win.yml
index d707372..d609fcd 100755
--- a/.azure-pipelines/azure-pipelines-win.yml
+++ b/.azure-pipelines/azure-pipelines-win.yml
@@ -8,20 +8,8 @@ jobs:
vmImage: windows-2022
strategy:
matrix:
- win_64_python3.10.____cpython:
- CONFIG: win_64_python3.10.____cpython
- UPLOAD_PACKAGES: 'True'
- win_64_python3.11.____cpython:
- CONFIG: win_64_python3.11.____cpython
- UPLOAD_PACKAGES: 'True'
- win_64_python3.12.____cpython:
- CONFIG: win_64_python3.12.____cpython
- UPLOAD_PACKAGES: 'True'
- win_64_python3.8.____cpython:
- CONFIG: win_64_python3.8.____cpython
- UPLOAD_PACKAGES: 'True'
- win_64_python3.9.____cpython:
- CONFIG: win_64_python3.9.____cpython
+ win_64_:
+ CONFIG: win_64_
UPLOAD_PACKAGES: 'True'
timeoutInMinutes: 360
variables:
diff --git a/.ci_support/linux_64_python3.9.____cpython.yaml b/.ci_support/linux_64_.yaml
similarity index 66%
rename from .ci_support/linux_64_python3.9.____cpython.yaml
rename to .ci_support/linux_64_.yaml
index 50d8196..4fec014 100644
--- a/.ci_support/linux_64_python3.9.____cpython.yaml
+++ b/.ci_support/linux_64_.yaml
@@ -6,11 +6,5 @@ channel_targets:
- conda-forge main
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
-pin_run_as_build:
- python:
- min_pin: x.x
- max_pin: x.x
-python:
-- 3.9.* *_cpython
target_platform:
- linux-64
diff --git a/.ci_support/linux_64_python3.10.____cpython.yaml b/.ci_support/linux_64_python3.10.____cpython.yaml
deleted file mode 100644
index 84cccee..0000000
--- a/.ci_support/linux_64_python3.10.____cpython.yaml
+++ /dev/null
@@ -1,16 +0,0 @@
-cdt_name:
-- cos6
-channel_sources:
-- conda-forge
-channel_targets:
-- conda-forge main
-docker_image:
-- quay.io/condaforge/linux-anvil-cos7-x86_64
-pin_run_as_build:
- python:
- min_pin: x.x
- max_pin: x.x
-python:
-- 3.10.* *_cpython
-target_platform:
-- linux-64
diff --git a/.ci_support/linux_64_python3.11.____cpython.yaml b/.ci_support/linux_64_python3.11.____cpython.yaml
deleted file mode 100644
index 66befba..0000000
--- a/.ci_support/linux_64_python3.11.____cpython.yaml
+++ /dev/null
@@ -1,16 +0,0 @@
-cdt_name:
-- cos6
-channel_sources:
-- conda-forge
-channel_targets:
-- conda-forge main
-docker_image:
-- quay.io/condaforge/linux-anvil-cos7-x86_64
-pin_run_as_build:
- python:
- min_pin: x.x
- max_pin: x.x
-python:
-- 3.11.* *_cpython
-target_platform:
-- linux-64
diff --git a/.ci_support/linux_64_python3.12.____cpython.yaml b/.ci_support/linux_64_python3.12.____cpython.yaml
deleted file mode 100644
index 11a059d..0000000
--- a/.ci_support/linux_64_python3.12.____cpython.yaml
+++ /dev/null
@@ -1,16 +0,0 @@
-cdt_name:
-- cos6
-channel_sources:
-- conda-forge
-channel_targets:
-- conda-forge main
-docker_image:
-- quay.io/condaforge/linux-anvil-cos7-x86_64
-pin_run_as_build:
- python:
- min_pin: x.x
- max_pin: x.x
-python:
-- 3.12.* *_cpython
-target_platform:
-- linux-64
diff --git a/.ci_support/linux_64_python3.8.____cpython.yaml b/.ci_support/linux_64_python3.8.____cpython.yaml
deleted file mode 100644
index 7b5ae5c..0000000
--- a/.ci_support/linux_64_python3.8.____cpython.yaml
+++ /dev/null
@@ -1,16 +0,0 @@
-cdt_name:
-- cos6
-channel_sources:
-- conda-forge
-channel_targets:
-- conda-forge main
-docker_image:
-- quay.io/condaforge/linux-anvil-cos7-x86_64
-pin_run_as_build:
- python:
- min_pin: x.x
- max_pin: x.x
-python:
-- 3.8.* *_cpython
-target_platform:
-- linux-64
diff --git a/.ci_support/linux_aarch64_python3.10.____cpython.yaml b/.ci_support/linux_aarch64_python3.10.____cpython.yaml
deleted file mode 100644
index 299cd0e..0000000
--- a/.ci_support/linux_aarch64_python3.10.____cpython.yaml
+++ /dev/null
@@ -1,20 +0,0 @@
-BUILD:
-- aarch64-conda_cos7-linux-gnu
-cdt_arch:
-- aarch64
-cdt_name:
-- cos7
-channel_sources:
-- conda-forge
-channel_targets:
-- conda-forge main
-docker_image:
-- quay.io/condaforge/linux-anvil-cos7-x86_64
-pin_run_as_build:
- python:
- min_pin: x.x
- max_pin: x.x
-python:
-- 3.10.* *_cpython
-target_platform:
-- linux-aarch64
diff --git a/.ci_support/linux_aarch64_python3.11.____cpython.yaml b/.ci_support/linux_aarch64_python3.11.____cpython.yaml
deleted file mode 100644
index 8709b79..0000000
--- a/.ci_support/linux_aarch64_python3.11.____cpython.yaml
+++ /dev/null
@@ -1,20 +0,0 @@
-BUILD:
-- aarch64-conda_cos7-linux-gnu
-cdt_arch:
-- aarch64
-cdt_name:
-- cos7
-channel_sources:
-- conda-forge
-channel_targets:
-- conda-forge main
-docker_image:
-- quay.io/condaforge/linux-anvil-cos7-x86_64
-pin_run_as_build:
- python:
- min_pin: x.x
- max_pin: x.x
-python:
-- 3.11.* *_cpython
-target_platform:
-- linux-aarch64
diff --git a/.ci_support/linux_aarch64_python3.12.____cpython.yaml b/.ci_support/linux_aarch64_python3.12.____cpython.yaml
deleted file mode 100644
index a6dfd0b..0000000
--- a/.ci_support/linux_aarch64_python3.12.____cpython.yaml
+++ /dev/null
@@ -1,20 +0,0 @@
-BUILD:
-- aarch64-conda_cos7-linux-gnu
-cdt_arch:
-- aarch64
-cdt_name:
-- cos7
-channel_sources:
-- conda-forge
-channel_targets:
-- conda-forge main
-docker_image:
-- quay.io/condaforge/linux-anvil-cos7-x86_64
-pin_run_as_build:
- python:
- min_pin: x.x
- max_pin: x.x
-python:
-- 3.12.* *_cpython
-target_platform:
-- linux-aarch64
diff --git a/.ci_support/linux_aarch64_python3.8.____cpython.yaml b/.ci_support/linux_aarch64_python3.8.____cpython.yaml
deleted file mode 100644
index 7323df3..0000000
--- a/.ci_support/linux_aarch64_python3.8.____cpython.yaml
+++ /dev/null
@@ -1,20 +0,0 @@
-BUILD:
-- aarch64-conda_cos7-linux-gnu
-cdt_arch:
-- aarch64
-cdt_name:
-- cos7
-channel_sources:
-- conda-forge
-channel_targets:
-- conda-forge main
-docker_image:
-- quay.io/condaforge/linux-anvil-cos7-x86_64
-pin_run_as_build:
- python:
- min_pin: x.x
- max_pin: x.x
-python:
-- 3.8.* *_cpython
-target_platform:
-- linux-aarch64
diff --git a/.ci_support/linux_aarch64_python3.9.____cpython.yaml b/.ci_support/linux_aarch64_python3.9.____cpython.yaml
deleted file mode 100644
index bb5774a..0000000
--- a/.ci_support/linux_aarch64_python3.9.____cpython.yaml
+++ /dev/null
@@ -1,20 +0,0 @@
-BUILD:
-- aarch64-conda_cos7-linux-gnu
-cdt_arch:
-- aarch64
-cdt_name:
-- cos7
-channel_sources:
-- conda-forge
-channel_targets:
-- conda-forge main
-docker_image:
-- quay.io/condaforge/linux-anvil-cos7-x86_64
-pin_run_as_build:
- python:
- min_pin: x.x
- max_pin: x.x
-python:
-- 3.9.* *_cpython
-target_platform:
-- linux-aarch64
diff --git a/.ci_support/osx_64_python3.9.____cpython.yaml b/.ci_support/osx_64_.yaml
similarity index 69%
rename from .ci_support/osx_64_python3.9.____cpython.yaml
rename to .ci_support/osx_64_.yaml
index b15fd4f..322c73b 100644
--- a/.ci_support/osx_64_python3.9.____cpython.yaml
+++ b/.ci_support/osx_64_.yaml
@@ -8,11 +8,5 @@ channel_targets:
- conda-forge main
macos_machine:
- x86_64-apple-darwin13.4.0
-pin_run_as_build:
- python:
- min_pin: x.x
- max_pin: x.x
-python:
-- 3.9.* *_cpython
target_platform:
- osx-64
diff --git a/.ci_support/osx_64_python3.10.____cpython.yaml b/.ci_support/osx_64_python3.10.____cpython.yaml
deleted file mode 100644
index d22b8bb..0000000
--- a/.ci_support/osx_64_python3.10.____cpython.yaml
+++ /dev/null
@@ -1,18 +0,0 @@
-MACOSX_DEPLOYMENT_TARGET:
-- '10.13'
-MACOSX_SDK_VERSION:
-- '10.13'
-channel_sources:
-- conda-forge
-channel_targets:
-- conda-forge main
-macos_machine:
-- x86_64-apple-darwin13.4.0
-pin_run_as_build:
- python:
- min_pin: x.x
- max_pin: x.x
-python:
-- 3.10.* *_cpython
-target_platform:
-- osx-64
diff --git a/.ci_support/osx_64_python3.11.____cpython.yaml b/.ci_support/osx_64_python3.11.____cpython.yaml
deleted file mode 100644
index 78f206f..0000000
--- a/.ci_support/osx_64_python3.11.____cpython.yaml
+++ /dev/null
@@ -1,18 +0,0 @@
-MACOSX_DEPLOYMENT_TARGET:
-- '10.13'
-MACOSX_SDK_VERSION:
-- '10.13'
-channel_sources:
-- conda-forge
-channel_targets:
-- conda-forge main
-macos_machine:
-- x86_64-apple-darwin13.4.0
-pin_run_as_build:
- python:
- min_pin: x.x
- max_pin: x.x
-python:
-- 3.11.* *_cpython
-target_platform:
-- osx-64
diff --git a/.ci_support/osx_64_python3.12.____cpython.yaml b/.ci_support/osx_64_python3.12.____cpython.yaml
deleted file mode 100644
index b33e79c..0000000
--- a/.ci_support/osx_64_python3.12.____cpython.yaml
+++ /dev/null
@@ -1,18 +0,0 @@
-MACOSX_DEPLOYMENT_TARGET:
-- '10.13'
-MACOSX_SDK_VERSION:
-- '10.13'
-channel_sources:
-- conda-forge
-channel_targets:
-- conda-forge main
-macos_machine:
-- x86_64-apple-darwin13.4.0
-pin_run_as_build:
- python:
- min_pin: x.x
- max_pin: x.x
-python:
-- 3.12.* *_cpython
-target_platform:
-- osx-64
diff --git a/.ci_support/osx_64_python3.8.____cpython.yaml b/.ci_support/osx_64_python3.8.____cpython.yaml
deleted file mode 100644
index 1b46590..0000000
--- a/.ci_support/osx_64_python3.8.____cpython.yaml
+++ /dev/null
@@ -1,18 +0,0 @@
-MACOSX_DEPLOYMENT_TARGET:
-- '10.13'
-MACOSX_SDK_VERSION:
-- '10.13'
-channel_sources:
-- conda-forge
-channel_targets:
-- conda-forge main
-macos_machine:
-- x86_64-apple-darwin13.4.0
-pin_run_as_build:
- python:
- min_pin: x.x
- max_pin: x.x
-python:
-- 3.8.* *_cpython
-target_platform:
-- osx-64
diff --git a/.ci_support/osx_arm64_python3.10.____cpython.yaml b/.ci_support/osx_arm64_python3.10.____cpython.yaml
deleted file mode 100644
index 4e4a335..0000000
--- a/.ci_support/osx_arm64_python3.10.____cpython.yaml
+++ /dev/null
@@ -1,18 +0,0 @@
-MACOSX_DEPLOYMENT_TARGET:
-- '11.0'
-MACOSX_SDK_VERSION:
-- '11.0'
-channel_sources:
-- conda-forge
-channel_targets:
-- conda-forge main
-macos_machine:
-- arm64-apple-darwin20.0.0
-pin_run_as_build:
- python:
- min_pin: x.x
- max_pin: x.x
-python:
-- 3.10.* *_cpython
-target_platform:
-- osx-arm64
diff --git a/.ci_support/osx_arm64_python3.11.____cpython.yaml b/.ci_support/osx_arm64_python3.11.____cpython.yaml
deleted file mode 100644
index ca1b39a..0000000
--- a/.ci_support/osx_arm64_python3.11.____cpython.yaml
+++ /dev/null
@@ -1,18 +0,0 @@
-MACOSX_DEPLOYMENT_TARGET:
-- '11.0'
-MACOSX_SDK_VERSION:
-- '11.0'
-channel_sources:
-- conda-forge
-channel_targets:
-- conda-forge main
-macos_machine:
-- arm64-apple-darwin20.0.0
-pin_run_as_build:
- python:
- min_pin: x.x
- max_pin: x.x
-python:
-- 3.11.* *_cpython
-target_platform:
-- osx-arm64
diff --git a/.ci_support/osx_arm64_python3.12.____cpython.yaml b/.ci_support/osx_arm64_python3.12.____cpython.yaml
deleted file mode 100644
index 320faf2..0000000
--- a/.ci_support/osx_arm64_python3.12.____cpython.yaml
+++ /dev/null
@@ -1,18 +0,0 @@
-MACOSX_DEPLOYMENT_TARGET:
-- '11.0'
-MACOSX_SDK_VERSION:
-- '11.0'
-channel_sources:
-- conda-forge
-channel_targets:
-- conda-forge main
-macos_machine:
-- arm64-apple-darwin20.0.0
-pin_run_as_build:
- python:
- min_pin: x.x
- max_pin: x.x
-python:
-- 3.12.* *_cpython
-target_platform:
-- osx-arm64
diff --git a/.ci_support/osx_arm64_python3.9.____cpython.yaml b/.ci_support/osx_arm64_python3.9.____cpython.yaml
deleted file mode 100644
index 1621d05..0000000
--- a/.ci_support/osx_arm64_python3.9.____cpython.yaml
+++ /dev/null
@@ -1,18 +0,0 @@
-MACOSX_DEPLOYMENT_TARGET:
-- '11.0'
-MACOSX_SDK_VERSION:
-- '11.0'
-channel_sources:
-- conda-forge
-channel_targets:
-- conda-forge main
-macos_machine:
-- arm64-apple-darwin20.0.0
-pin_run_as_build:
- python:
- min_pin: x.x
- max_pin: x.x
-python:
-- 3.9.* *_cpython
-target_platform:
-- osx-arm64
diff --git a/.ci_support/win_64_python3.9.____cpython.yaml b/.ci_support/win_64_.yaml
similarity index 51%
rename from .ci_support/win_64_python3.9.____cpython.yaml
rename to .ci_support/win_64_.yaml
index 53204fb..e717348 100644
--- a/.ci_support/win_64_python3.9.____cpython.yaml
+++ b/.ci_support/win_64_.yaml
@@ -2,11 +2,5 @@ channel_sources:
- conda-forge
channel_targets:
- conda-forge main
-pin_run_as_build:
- python:
- min_pin: x.x
- max_pin: x.x
-python:
-- 3.9.* *_cpython
target_platform:
- win-64
diff --git a/.ci_support/win_64_python3.10.____cpython.yaml b/.ci_support/win_64_python3.10.____cpython.yaml
deleted file mode 100644
index d30d308..0000000
--- a/.ci_support/win_64_python3.10.____cpython.yaml
+++ /dev/null
@@ -1,12 +0,0 @@
-channel_sources:
-- conda-forge
-channel_targets:
-- conda-forge main
-pin_run_as_build:
- python:
- min_pin: x.x
- max_pin: x.x
-python:
-- 3.10.* *_cpython
-target_platform:
-- win-64
diff --git a/.ci_support/win_64_python3.11.____cpython.yaml b/.ci_support/win_64_python3.11.____cpython.yaml
deleted file mode 100644
index 05291b6..0000000
--- a/.ci_support/win_64_python3.11.____cpython.yaml
+++ /dev/null
@@ -1,12 +0,0 @@
-channel_sources:
-- conda-forge
-channel_targets:
-- conda-forge main
-pin_run_as_build:
- python:
- min_pin: x.x
- max_pin: x.x
-python:
-- 3.11.* *_cpython
-target_platform:
-- win-64
diff --git a/.ci_support/win_64_python3.12.____cpython.yaml b/.ci_support/win_64_python3.12.____cpython.yaml
deleted file mode 100644
index fdaa043..0000000
--- a/.ci_support/win_64_python3.12.____cpython.yaml
+++ /dev/null
@@ -1,12 +0,0 @@
-channel_sources:
-- conda-forge
-channel_targets:
-- conda-forge main
-pin_run_as_build:
- python:
- min_pin: x.x
- max_pin: x.x
-python:
-- 3.12.* *_cpython
-target_platform:
-- win-64
diff --git a/.ci_support/win_64_python3.8.____cpython.yaml b/.ci_support/win_64_python3.8.____cpython.yaml
deleted file mode 100644
index 4f0d022..0000000
--- a/.ci_support/win_64_python3.8.____cpython.yaml
+++ /dev/null
@@ -1,12 +0,0 @@
-channel_sources:
-- conda-forge
-channel_targets:
-- conda-forge main
-pin_run_as_build:
- python:
- min_pin: x.x
- max_pin: x.x
-python:
-- 3.8.* *_cpython
-target_platform:
-- win-64
diff --git a/README.md b/README.md
index 8bad600..c0de569 100644
--- a/README.md
+++ b/README.md
@@ -33,191 +33,11 @@ Current build status
====================
-
-
-
- Azure |
+All platforms: |
-
-
-
-
-
-
-
- Variant | Status |
-
- linux_64_python3.10.____cpython |
-
-
-
-
- |
-
- linux_64_python3.11.____cpython |
-
-
-
-
- |
-
- linux_64_python3.12.____cpython |
-
-
-
-
- |
-
- linux_64_python3.8.____cpython |
-
-
-
-
- |
-
- linux_64_python3.9.____cpython |
-
-
-
-
- |
-
- linux_aarch64_python3.10.____cpython |
-
-
-
-
- |
-
- linux_aarch64_python3.11.____cpython |
-
-
-
-
- |
-
- linux_aarch64_python3.12.____cpython |
-
-
-
-
- |
-
- linux_aarch64_python3.8.____cpython |
-
-
-
-
- |
-
- linux_aarch64_python3.9.____cpython |
-
-
-
-
- |
-
- osx_64_python3.10.____cpython |
-
-
-
-
- |
-
- osx_64_python3.11.____cpython |
-
-
-
-
- |
-
- osx_64_python3.12.____cpython |
-
-
-
-
- |
-
- osx_64_python3.8.____cpython |
-
-
-
-
- |
-
- osx_64_python3.9.____cpython |
-
-
-
-
- |
-
- osx_arm64_python3.10.____cpython |
-
-
-
-
- |
-
- osx_arm64_python3.11.____cpython |
-
-
-
-
- |
-
- osx_arm64_python3.12.____cpython |
-
-
-
-
- |
-
- osx_arm64_python3.9.____cpython |
-
-
-
-
- |
-
- win_64_python3.10.____cpython |
-
-
-
-
- |
-
- win_64_python3.11.____cpython |
-
-
-
-
- |
-
- win_64_python3.12.____cpython |
-
-
-
-
- |
-
- win_64_python3.8.____cpython |
-
-
-
-
- |
-
- win_64_python3.9.____cpython |
-
-
-
-
- |
-
-
-
-
+
+
+
|