Skip to content

Commit efb57d5

Browse files
authored
Merge pull request #17 from dataiku/feature/sc-284533-add-python-313
Feature/sc 284533 add python 313
2 parents 3438e5a + 9075eba commit efb57d5

3 files changed

Lines changed: 12 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Changelog
22

33
## [Version 2.2.1](https://github.com/dataiku/dss-plugin-multisheet-excel-export/releases/tag/v2.2.1) - Minor release - 2026-01
4-
- Updated plugin to python 3.12
4+
- Updated plugin to python 3.12 and 3.13
55

66
## [Version 2.2.0](https://github.com/dataiku/dss-plugin-multisheet-excel-export/releases/tag/v2.2.0) - Major release - 2025-02
77
- Add customization of tab names

code-env/python/desc.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
{
2-
"acceptedPythonInterpreters": ["PYTHON36","PYTHON37","PYTHON38","PYTHON39","PYTHON310","PYTHON311","PYTHON312"],
2+
"acceptedPythonInterpreters": [
3+
"PYTHON36",
4+
"PYTHON37",
5+
"PYTHON38",
6+
"PYTHON39",
7+
"PYTHON310",
8+
"PYTHON311",
9+
"PYTHON312",
10+
"PYTHON313"
11+
],
312
"forceConda": false,
413
"installCorePackages": true,
514
"installJupyterSupport": false,

plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55

66
"meta" : {
77
"label" : "Multisheet Excel Export",
8-
"category": "Excel",
98
"description" : "Export multiple datasets to one xlsx file with multiple sheets",
109
"author" : "Dataiku (Kasim PATEL, Thibault DESFONTAINES, Louis Barjon)",
1110
"icon" : "icon-file",
1211
"licenseInfo" : "Apache Software License",
1312
"url" : "https://www.dataiku.com/product/plugins/multisheet-excel-export",
1413
"tags" : ["Microsoft", "Excel", "Export"],
14+
"recipesCategory": "visual",
1515
"supportLevel": "NOT_SUPPORTED"
1616
}
1717
}

0 commit comments

Comments
 (0)