Skip to content

Commit 42e8157

Browse files
committed
build: remove support for Python 3.9.
1 parent 2100049 commit 42e8157

File tree

21 files changed

+6
-1097
lines changed

21 files changed

+6
-1097
lines changed

.github/workflows/tox_matrix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
strategy:
2525
matrix:
2626
os: [ubuntu-latest, macos-latest, windows-2019]
27-
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
27+
python-version: ['3.10', '3.11', '3.12', '3.13']
2828
include:
2929
- os: macos-latest
3030
compiler_version: 14

CTestConfig.cmake

Lines changed: 0 additions & 12 deletions
This file was deleted.

Jenkinsfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ library identifier: '[email protected]', retriever: modernSCM(
55
])
66

77

8-
def SUPPORTED_MAC_VERSIONS = ['3.9', '3.10', '3.11', '3.12', '3.13']
9-
def SUPPORTED_LINUX_VERSIONS = ['3.9', '3.10', '3.11', '3.12', '3.13']
10-
def SUPPORTED_WINDOWS_VERSIONS = ['3.9', '3.10', '3.11', '3.12', '3.13']
8+
def SUPPORTED_MAC_VERSIONS = ['3.10', '3.11', '3.12', '3.13']
9+
def SUPPORTED_LINUX_VERSIONS = ['3.10', '3.11', '3.12', '3.13']
10+
def SUPPORTED_WINDOWS_VERSIONS = ['3.10', '3.11', '3.12', '3.13']
1111
def SHARED_PIP_CACHE_VOLUME_NAME = 'pipcache'
1212
def installMSVCRuntime(cacheLocation){
1313
def cachedFile = "${cacheLocation}\\vc_redist.x64.exe".replaceAll(/\\\\+/, '\\\\')

ci/docker/linux/tox/apt-packages.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
build-essential
22
python3-pip
3-
python3.9-dev
4-
python3.9-venv
53
python3.10-dev
64
python3.10-venv
75
python3.11-dev

ci/jenkins/scripts/configs.groovy

Lines changed: 0 additions & 427 deletions
This file was deleted.

ci/jenkins/scripts/mac.groovy

Lines changed: 0 additions & 65 deletions
This file was deleted.

docker/cpp/Dockerfile

Lines changed: 0 additions & 16 deletions
This file was deleted.

docker/deploy/devpi/deploy/Dockerfile

Lines changed: 0 additions & 9 deletions
This file was deleted.

docker/deploy/devpi/test/windows/source/Dockerfile

Lines changed: 0 additions & 43 deletions
This file was deleted.

docker/deploy/devpi/test/windows/whl/Dockerfile

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)