-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Drop 3.6 and 3.7 and support 3.11 and 3.12 #2735
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 16 commits
2d156ab
c436211
66113b7
028cfdf
8b66645
26a4c44
3826502
7b53486
bc21890
bc0e46e
78b0567
f1c84c4
09ec06a
6fcc5fb
576f940
8d89156
a6486e4
ff11147
5483d86
a21e2d2
1544377
87adad8
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -15,7 +15,7 @@ | |
| "private::format.black": "black dash_core_components_base/ tests/ setup.py", | ||
| "private::format.eslint": "eslint src --fix", | ||
| "private::format.prettier": "prettier --config .prettierrc --write src/**/*.js", | ||
| "private::lint.black": "node -e \"if ((process.env.PYVERSION || 'python310') !== 'python36'){process.exit(1)} \" || black --check dash_core_components_base/ tests/ setup.py", | ||
| "private::lint.black": "node -e \"if ((process.env.PYVERSION || 'python312') !== 'python38'){process.exit(1)} \" || black --check dash_core_components_base/ tests/ setup.py", | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I suppose we can leave this as you have it for now, but way better would be to pick a version of
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I'll do this in a follow up PR |
||
| "private::lint.eslint": "eslint src", | ||
| "private::lint.flake8": "flake8 --exclude=dash_core_components,node_modules,venv", | ||
| "private::lint.prettier": "prettier --config .prettierrc src/**/*.js --list-different", | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.