Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [ '3.11','3.12' ]
python-version: [ '3.12' ]
permissions:
# Gives the action the necessary permissions for publishing new
# comments in pull requests.
Expand Down
2 changes: 1 addition & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ sphinx:
configuration: docs/conf.py

python:
version: 3.11
version: 3.12
install:
- requirements: requirements/doc.txt
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ One Time Setup

# Set up a virtualenv using virtualenvwrapper with the same name as the repo
# and activate it
mkvirtualenv -p python3.11 xapi-db-load
mkvirtualenv -p python3.12 xapi-db-load


Every time you develop something in this repo
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,7 @@ def get_version(*file_paths):

# Example configuration for intersphinx: refer to the Python standard library.
intersphinx_mapping = {
"python": ("https://docs.python.org/3.11", None),
"python": ("https://docs.python.org/3.12", None),
}


Expand Down
12 changes: 6 additions & 6 deletions requirements/base.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
#
# This file is autogenerated by pip-compile with Python 3.11
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# make upgrade
#
boto3==1.42.63
boto3==1.42.64
# via smart-open
botocore==1.42.63
botocore==1.42.64
# via
# boto3
# s3transfer
Expand All @@ -16,13 +16,13 @@ certifi==2026.2.25
# requests
charset-normalizer==3.4.5
# via requests
chdb==4.1.0
chdb==4.1.2
# via -r requirements/base.in
chdb-core==26.1.0
# via chdb
click==8.3.1
# via -r requirements/base.in
clickhouse-connect==0.13.0
clickhouse-connect==0.14.0
# via -r requirements/base.in
idna==3.11
# via requests
Expand All @@ -32,7 +32,7 @@ jmespath==1.1.0
# botocore
lz4==4.4.5
# via clickhouse-connect
numpy==2.4.2
numpy==2.4.3
# via pandas
pandas==3.0.1
# via
Expand Down
12 changes: 6 additions & 6 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
#
# This file is autogenerated by pip-compile with Python 3.11
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# make upgrade
#
cachetools==7.0.4
cachetools==7.0.5
# via tox
colorama==0.4.6
# via tox
distlib==0.4.0
# via virtualenv
filelock==3.25.0
filelock==3.25.1
# via
# python-discovery
# tox
Expand All @@ -28,11 +28,11 @@ pluggy==1.6.0
# via tox
pyproject-api==1.10.0
# via tox
python-discovery==1.1.1
python-discovery==1.1.3
# via virtualenv
tomli-w==1.2.0
# via tox
tox==4.49.0
tox==4.49.1
# via -r requirements/ci.in
virtualenv==21.1.0
virtualenv==21.2.0
# via tox
34 changes: 11 additions & 23 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.11
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# make upgrade
Expand All @@ -9,15 +9,11 @@ astroid==4.0.4
# -r requirements/quality.txt
# pylint
# pylint-celery
backports-tarfile==1.2.0
# via
# -r requirements/quality.txt
# jaraco-context
boto3==1.42.63
boto3==1.42.64
# via
# -r requirements/quality.txt
# smart-open
botocore==1.42.63
botocore==1.42.64
# via
# -r requirements/quality.txt
# boto3
Expand All @@ -26,7 +22,7 @@ build==1.4.0
# via
# -r requirements/pip-tools.txt
# pip-tools
cachetools==7.0.4
cachetools==7.0.5
# via
# -r requirements/ci.txt
# tox
Expand All @@ -45,7 +41,7 @@ charset-normalizer==3.4.5
# via
# -r requirements/quality.txt
# requests
chdb==4.1.0
chdb==4.1.2
# via -r requirements/quality.txt
chdb-core==26.1.0
# via
Expand All @@ -63,7 +59,7 @@ click-log==0.4.0
# via
# -r requirements/quality.txt
# edx-lint
clickhouse-connect==0.13.0
clickhouse-connect==0.14.0
# via -r requirements/quality.txt
code-annotations==2.3.2
# via
Expand Down Expand Up @@ -97,7 +93,7 @@ docutils==0.22.4
# readme-renderer
edx-lint==5.6.0
# via -r requirements/quality.txt
filelock==3.25.0
filelock==3.25.1
# via
# -r requirements/ci.txt
# python-discovery
Expand All @@ -111,10 +107,6 @@ idna==3.11
# via
# -r requirements/quality.txt
# requests
importlib-metadata==8.7.1
# via
# -r requirements/quality.txt
# keyring
iniconfig==2.3.0
# via
# -r requirements/quality.txt
Expand Down Expand Up @@ -183,7 +175,7 @@ nh3==0.3.3
# via
# -r requirements/quality.txt
# readme-renderer
numpy==2.4.2
numpy==2.4.3
# via
# -r requirements/quality.txt
# pandas
Expand Down Expand Up @@ -284,7 +276,7 @@ python-dateutil==2.9.0.post0
# -r requirements/quality.txt
# botocore
# pandas
python-discovery==1.1.1
python-discovery==1.1.3
# via
# -r requirements/ci.txt
# virtualenv
Expand Down Expand Up @@ -356,7 +348,7 @@ tomlkit==0.14.0
# via
# -r requirements/quality.txt
# pylint
tox==4.49.0
tox==4.49.1
# via -r requirements/ci.txt
twine==6.2.0
# via -r requirements/quality.txt
Expand All @@ -376,7 +368,7 @@ urwid==3.0.5
# via -r requirements/quality.txt
uvloop==0.22.1
# via -r requirements/quality.txt
virtualenv==21.1.0
virtualenv==21.2.0
# via
# -r requirements/ci.txt
# tox
Expand All @@ -392,10 +384,6 @@ wrapt==2.1.2
# via
# -r requirements/quality.txt
# smart-open
zipp==3.23.0
# via
# -r requirements/quality.txt
# importlib-metadata
zstandard==0.25.0
# via
# -r requirements/quality.txt
Expand Down
25 changes: 9 additions & 16 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.11
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# make upgrade
Expand All @@ -12,15 +12,13 @@ babel==2.18.0
# via
# pydata-sphinx-theme
# sphinx
backports-tarfile==1.2.0
# via jaraco-context
beautifulsoup4==4.14.3
# via pydata-sphinx-theme
boto3==1.42.63
boto3==1.42.64
# via
# -r requirements/test.txt
# smart-open
botocore==1.42.63
botocore==1.42.64
# via
# -r requirements/test.txt
# boto3
Expand All @@ -38,15 +36,15 @@ charset-normalizer==3.4.5
# via
# -r requirements/test.txt
# requests
chdb==4.1.0
chdb==4.1.2
# via -r requirements/test.txt
chdb-core==26.1.0
# via
# -r requirements/test.txt
# chdb
click==8.3.1
# via -r requirements/test.txt
clickhouse-connect==0.13.0
clickhouse-connect==0.14.0
# via -r requirements/test.txt
coverage[toml]==7.13.4
# via
Expand All @@ -67,8 +65,6 @@ idna==3.11
# requests
imagesize==2.0.0
# via sphinx
importlib-metadata==8.7.1
# via keyring
iniconfig==2.3.0
# via
# -r requirements/test.txt
Expand Down Expand Up @@ -108,15 +104,14 @@ more-itertools==10.8.0
# jaraco-functools
nh3==0.3.3
# via readme-renderer
numpy==2.4.2
numpy==2.4.3
# via
# -r requirements/test.txt
# pandas
packaging==26.0
# via
# -r requirements/test.txt
# build
# pydata-sphinx-theme
# pytest
# sphinx
# twine
Expand All @@ -137,7 +132,7 @@ pyarrow==23.0.1
# chdb-core
pycparser==3.0
# via cffi
pydata-sphinx-theme==0.15.4
pydata-sphinx-theme==0.16.1
# via sphinx-book-theme
pygments==2.19.2
# via
Expand Down Expand Up @@ -202,12 +197,12 @@ snowballstemmer==3.0.1
# via sphinx
soupsieve==2.8.3
# via beautifulsoup4
sphinx==9.0.4
sphinx==9.1.0
# via
# -r requirements/doc.in
# pydata-sphinx-theme
# sphinx-book-theme
sphinx-book-theme==1.1.4
sphinx-book-theme==1.2.0
# via -r requirements/doc.in
sphinxcontrib-applehelp==2.0.0
# via sphinx
Expand Down Expand Up @@ -249,8 +244,6 @@ wrapt==2.1.2
# via
# -r requirements/test.txt
# smart-open
zipp==3.23.0
# via importlib-metadata
zstandard==0.25.0
# via
# -r requirements/test.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.11
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# make upgrade
Expand Down
4 changes: 2 additions & 2 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.11
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# make upgrade
Expand All @@ -12,5 +12,5 @@ wheel==0.46.3
# The following packages are considered to be unsafe in a requirements file:
pip==26.0.1
# via -r requirements/pip.in
setuptools==82.0.0
setuptools==82.0.1
# via -r requirements/pip.in
Loading