Skip to content

Commit d15739f

Browse files
committed
Removed support for Python 3.9.
Signed-off-by: kilo52 <[email protected]>
1 parent c8f338c commit d15739f

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ python.baseprojects.disable=false
225225
# The default minimum supported Python version.
226226
# Set this to false to disable the default version which means that a user
227227
# must specify the minimum version
228-
python.version.min.default=3.9
228+
python.version.min.default=3.10
229229

230230
# The example namespace to display as part of form questions
231231
python.namespace.example=raven.mynamespace.mypackage

tests/resources/test_python_installable_script.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ project.language=Python
77
project.type=Installable script
88
project.integration.docs=Yes
99
project.integration.docker=Yes
10-
python.version=3.9
10+
python.version=3.14
1111
python.virtenv.name=testvirtenv
1212
python.package.name=raven
1313
python.use.linter=Yes

tests/resources/test_python_library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ project.language=Python
77
project.type=Library
88
project.integration.docs=Yes
99
project.integration.docker=Yes
10-
python.version=3.9
10+
python.version=3.10
1111
python.virtenv.name=testvirtenv
1212
python.package.name=raven.mylib
1313
python.use.linter=Yes

tests/resources/test_python_library_native_cython.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ project.language=Python
77
project.type=Library with native code (Cython)
88
project.integration.docs=Yes
99
project.integration.docker=Yes
10-
python.version=3.9
10+
python.version=3.10
1111
python.virtenv.name=testvirtenv
1212
python.package.name=raven
1313
python.use.linter=Yes

tests/resources/test_python_server-cherrypy.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ project.language=Python
77
project.type=Server application (CherryPy)
88
project.integration.docs=Yes
99
project.integration.docker=Yes
10-
python.version=3.9
10+
python.version=3.10
1111
python.virtenv.name=testvirtenv
1212
python.package.name=raven
1313
python.use.linter=No

0 commit comments

Comments
 (0)