Skip to content

Commit

Permalink
Exclude Arrow from 3.12 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
genzgd committed Oct 16, 2023
1 parent 25454f1 commit 5de5c8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ or a standard SqlAlchemy DSN in the form of `clickhousedb://{username}:{password

## 0.6.15, 2023-10-16
### Improvement
- Added Python 3.12 wheels and CI tests
- Added Python 3.12 wheels and CI tests. Note that PyArrow is not yet available for 3.12, but should be soon. See https://github.com/apache/arrow/issues/37880
- The main `clickhouse-connect.get_client` method now displays type hints and ignores non-keyword arguments. Thanks to
[Avery Fischer](https://github.com/biggerfisch) for the usability improvement!
- Log messages regarding C optimization availability and JSON library selection have been change from INFO to DEBUG. Closes
Expand Down
2 changes: 1 addition & 1 deletion tests/test_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ urllib3>=1.26
certifi
sqlalchemy>1.3.21,<2.0
cython==3.0.0
pyarrow
pyarrow; python_version < '3.12'
pytest
pytest-mock
pytest-dotenv
Expand Down

0 comments on commit 5de5c8c

Please sign in to comment.