-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
DEPS: Drop Python 3.9 #58238
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
DEPS: Drop Python 3.9 #58238
Changes from 2 commits
5248558
309991b
997c6b1
4ddcf75
1dbe036
3986c3a
a6b7938
fc65cc5
ab17fa1
2402302
fe527cc
709a132
4e2a4de
ba2d2cf
52a7c0b
c5fea80
f083f68
9323bfd
4264d9d
37a5044
68703e5
3f630be
0d8defc
98a82dd
d1c53b3
70ad4a4
470ec04
330907e
8e38846
21f8038
f42c9f3
464d826
434b91e
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,7 +25,7 @@ authors = [ | |
{ name = 'The Pandas Development Team', email='[email protected]' }, | ||
] | ||
license = {file = 'LICENSE'} | ||
requires-python = '>=3.9' | ||
requires-python = '>=3.10' | ||
dependencies = [ | ||
"numpy>=1.23.5; python_version<'3.12'", | ||
"numpy>=1.26.0; python_version>='3.12'", | ||
|
@@ -43,7 +43,6 @@ classifiers = [ | |
'Programming Language :: Python', | ||
'Programming Language :: Python :: 3', | ||
'Programming Language :: Python :: 3 :: Only', | ||
'Programming Language :: Python :: 3.9', | ||
'Programming Language :: Python :: 3.10', | ||
'Programming Language :: Python :: 3.11', | ||
'Programming Language :: Python :: 3.12', | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -40,7 +40,6 @@ classifiers = [ | |
'Programming Language :: Python :: 3', | ||
'Programming Language :: Python :: 3 :: Only', | ||
'Programming Language :: Python :: 3.8', | ||
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. Should Python :: 3.8 be removed as well? 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. Good catch. Yes definitely 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. (This is a testing file so not critical but still useful) |
||
'Programming Language :: Python :: 3.9', | ||
'Programming Language :: Python :: 3.10', | ||
'Programming Language :: Python :: 3.11', | ||
'Topic :: Scientific/Engineering' | ||
|
Uh oh!
There was an error while loading. Please reload this page.