Skip to content

Commit 84b6cf1

Browse files
committed
DEVOPS-306: 3.13 is still in pre-release.
1 parent 9643b8a commit 84b6cf1

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

CI.Jenkinsfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22

3-
def versions = [3.8, 3.9, 3.10, 3.11, 3.12, 3.13]
3+
def versions = [3.8, 3.9, 3.10, 3.11, 3.12]
44

55
def runSonnarForPythonVersion(sourceDir, ver){
66
mySonarOpts="-Dsonar.sources=/source -Dsonar.host.url=${env.SONAR_HOST_URL} -Dsonar.login=${env.SONAR_AUTH_TOKEN}"
@@ -15,7 +15,7 @@ def runSonnarForPythonVersion(sourceDir, ver){
1515

1616
// Only run Sonar once.
1717
// Check for new versions at https://binaries.sonarsource.com/?prefix=Distribution/sonar-scanner-cli/
18-
if(ver == 3.13) {
18+
if(ver == 3.12) {
1919
sonarExec="cd /root/ && \
2020
wget -q https://binaries.sonarsource.com/Distribution/sonar-scanner-cli/sonar-scanner-cli-4.8.1.3023-linux.zip && \
2121
unzip -q sonar-scanner-cli-4.8.1.3023-linux.zip && \

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ def read(*filenames, **kwargs):
5454
'Programming Language :: Python :: 3.10',
5555
'Programming Language :: Python :: 3.11',
5656
'Programming Language :: Python :: 3.12',
57-
'Programming Language :: Python :: 3.13',
5857
'Topic :: Software Development :: Libraries :: Python Modules'
5958
]
6059
)

0 commit comments

Comments
 (0)