Skip to content

Commit

Permalink
Bump ibm_db version (#18494)
Browse files Browse the repository at this point in the history
* bump ibm_db version

* py3.12 test

* revert py env
  • Loading branch information
Kyle-Neale authored Sep 4, 2024
1 parent fd8cdf0 commit 0908b3f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ibm_db2/hatch.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ IBM_DB_INSTALLER_URL = "https://ddintegrations.blob.core.windows.net/ibm-db2/"
[envs.default]
dependencies = [
"ibm_db==3.0.1; python_version < '3.0'",
"ibm_db==3.2.2; python_version > '3.0'",
"ibm_db==3.2.3; python_version > '3.0'",
]

[envs.bench]
2 changes: 1 addition & 1 deletion ibm_db2/tests/docker/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
ibm_db==3.0.1; python_version < "3.0"
ibm_db==3.2.2; python_version > "3.0"
ibm_db==3.2.3; python_version > "3.0"

0 comments on commit 0908b3f

Please sign in to comment.