Skip to content

Commit e0098ba

Browse files
WORDSCLOUD-1610 - updated platform version
1 parent ef9b287 commit e0098ba

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

Jenkinsfile

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,11 +69,19 @@ def runtests(dockerImageVersion)
6969
}
7070

7171
node('words-linux') {
72-
stage('newpy'){
72+
stage('oldpy'){
7373
try {
7474
runtests("3.7")
7575
} finally {
7676
cleanWs()
7777
}
7878
}
79+
80+
stage('newpy'){
81+
try {
82+
runtests("3.10")
83+
} finally {
84+
cleanWs()
85+
}
86+
}
7987
}

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,12 @@
4242
'Topic :: Office/Business :: Office Suites',
4343
'Topic :: Software Development :: Libraries',
4444
'License :: OSI Approved :: MIT License',
45-
'Programming Language :: Python :: 3.4',
4645
'Programming Language :: Python :: 3.5',
4746
'Programming Language :: Python :: 3.6',
4847
'Programming Language :: Python :: 3.7',
48+
'Programming Language :: Python :: 3.8',
49+
'Programming Language :: Python :: 3.9',
50+
'Programming Language :: Python :: 3.10',
4951
],
5052
keywords=["office", "convert", "word", "pdf", "docx", "html", "rtf", "png", "jpg", "split", "merge", "edit", "word to pdf",
5153
"pdf to word", "docx to pdf", "pdf to docx", "word to html", "html to word", "reporting", "mailmerge", "statistics",

0 commit comments

Comments
 (0)