Skip to content

Commit

Permalink
Merge pull request #23 from SonamBothr/master
Browse files Browse the repository at this point in the history
@W-12465580 Adding support for the python higher version @testfix@
  • Loading branch information
SonamBothr authored May 5, 2023
2 parents bdfccdd + 60d17ce commit f3657cd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
certifi==2021.10.8
charset-normalizer==2.0.10
idna==3.3
numpy==1.22.2
numpy==1.23.5
pandas==1.3.5
pip==22.0.4
pyarrow==4.0.0
pyarrow==11.0.0
python-dateutil==2.8.2
pytz==2021.3
requests==2.27.1
Expand Down
8 changes: 4 additions & 4 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = salesforce-cdp-connector
version = 1.0.10
version = 1.0.11
author = Query Service
description = Python Connector for Salesforce CDP
long_description = file: README.md
Expand All @@ -10,16 +10,16 @@ keywords = cdp, salesforce, dbapi
license = BSD-3-Clause

[options]
python_requires = >=3.8,<3.10
python_requires = >=3.8
packages = find:
install_requires =
certifi==2021.10.8
charset-normalizer==2.0.10
idna==3.3
numpy==1.22.2
numpy==1.23.5
pandas==1.3.5
pip==22.0.4
pyarrow==4.0.0
pyarrow==11.0.0
python-dateutil==2.8.2
pytz==2021.3
requests==2.27.1
Expand Down

0 comments on commit f3657cd

Please sign in to comment.