File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 26
26
"db-dtypes >=1.0.4,<2.0.0" ,
27
27
"numpy >=1.16.6" ,
28
28
"pandas >=1.1.4" ,
29
- "pyarrow >=3.0.0, <10.0dev " ,
29
+ "pyarrow >=3.0.0" ,
30
30
"pydata-google-auth >=1.4.0" ,
31
31
# Note: google-api-core and google-auth are also included via transitive
32
32
# dependency on google-cloud-bigquery, but this library also uses them
89
89
"Programming Language :: Python :: 3.8" ,
90
90
"Programming Language :: Python :: 3.9" ,
91
91
"Programming Language :: Python :: 3.10" ,
92
+ "Programming Language :: Python :: 3.11" ,
92
93
"Operating System :: OS Independent" ,
93
94
"Topic :: Internet" ,
94
95
"Topic :: Scientific/Engineering" ,
97
98
packages = packages ,
98
99
install_requires = dependencies ,
99
100
extras_require = extras ,
100
- python_requires = ">=3.7, <3.11 " ,
101
+ python_requires = ">=3.7" ,
101
102
include_package_data = True ,
102
103
zip_safe = False ,
103
104
)
You can’t perform that action at this time.
0 commit comments