Skip to content

Commit

Permalink
Start running jenkins build in python 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
soxofaan committed Apr 25, 2024
1 parent 7772bc0 commit 485de8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ pythonPipeline {
package_name = 'openeo-aggregator'
test_module_name = 'openeo_aggregator'
wipeout_workspace = true
python_version = ["3.8"]
python_version = ["3.10"]
extras_require = 'dev'
wheel_repo = 'python-openeo'
upload_dev_wheels = false
Expand Down

0 comments on commit 485de8e

Please sign in to comment.