Skip to content

Commit

Permalink
Revert "Start running jenkins build in python 3.10"
Browse files Browse the repository at this point in the history
This reverts commit 485de8e.

Running with python 3.10 in jenkinslib requires a full pyproject.toml
based project apparently
  • Loading branch information
soxofaan committed Apr 25, 2024
1 parent 485de8e commit 1adb887
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.10"]
python_version = ["3.8"]
extras_require = 'dev'
wheel_repo = 'python-openeo'
upload_dev_wheels = false
Expand Down

0 comments on commit 1adb887

Please sign in to comment.