Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
5e53388
remove support for Python 3.8
emmettbutler Oct 15, 2025
0a20683
update deprecation messages
emmettbutler Oct 15, 2025
96f41e7
reno
emmettbutler Oct 15, 2025
ed5dd9b
adjust p
emmettbutler Oct 16, 2025
7fa255c
remove cassandra integration
emmettbutler Oct 16, 2025
20859c2
remove cassandra integration
emmettbutler Oct 16, 2025
9e693b7
test skips for deprecation warning
emmettbutler Oct 16, 2025
97bdd57
oops, missing imports
emmettbutler Oct 16, 2025
5de319e
update registry
emmettbutler Oct 16, 2025
e7cb011
reduce p for removed suites
emmettbutler Oct 16, 2025
9a3b8ab
Merge branch '4.0-breaking-changes' into emmett.butler/remove-3.8-sup…
emmettbutler Oct 16, 2025
16d444b
update supported versions documentation
emmettbutler Oct 16, 2025
5db831a
update supported versions
emmettbutler Oct 16, 2025
29b7813
remove cassandra some more
emmettbutler Oct 16, 2025
49bb681
remove cassandra from registry
emmettbutler Oct 16, 2025
58758e8
style
emmettbutler Oct 16, 2025
863abed
lock
emmettbutler Oct 16, 2025
6e18864
no wheels
emmettbutler Oct 16, 2025
fd8683e
no multiple os tests
emmettbutler Oct 16, 2025
677cf0d
no multiple os tests
emmettbutler Oct 16, 2025
848427f
remove 3.8 from gitlab stuff
emmettbutler Oct 16, 2025
07fbf3c
Merge branch '4.0-breaking-changes' into emmett.butler/remove-3.8-sup…
emmettbutler Oct 17, 2025
4aa9971
Merge branch '4.0-breaking-changes' into emmett.butler/remove-3.8-sup…
emmettbutler Oct 17, 2025
5451154
more appropriate release note
emmettbutler Oct 17, 2025
8de6341
release note lint
emmettbutler Oct 17, 2025
b4afa9b
Merge branch '4.0-breaking-changes' into emmett.butler/remove-3.8-sup…
emmettbutler Oct 17, 2025
514a686
Merge branch '4.0' into emmett.butler/remove-3.8-support
emmettbutler Oct 20, 2025
ef527c1
Merge branch 'main' into 4.0-breaking-changes
emmettbutler Oct 20, 2025
a3e6bee
Merge branch '4.0-breaking-changes' into emmett.butler/remove-3.8-sup…
emmettbutler Oct 20, 2025
81dda72
Merge branch 'main' into 4.0-breaking-changes
emmettbutler Oct 21, 2025
38553c2
Merge branch '4.0-breaking-changes' into emmett.butler/remove-3.8-sup…
emmettbutler Oct 21, 2025
acd4f8e
Merge branch 'main' into 4.0-breaking-changes
emmettbutler Oct 21, 2025
2184daf
Merge branch '4.0-breaking-changes' into emmett.butler/remove-3.8-sup…
emmettbutler Oct 21, 2025
bcf65f8
Merge branch '4.0' into emmett.butler/remove-3.8-support
emmettbutler Oct 21, 2025
b2cee41
update system tests
emmettbutler Oct 21, 2025
bbe7403
Merge branch '4.0' into emmett.butler/remove-3.8-support
emmettbutler Oct 21, 2025
2501fe2
Merge branch '4.0-breaking-changes' into emmett.butler/remove-3.8-sup…
emmettbutler Oct 21, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
4 changes: 2 additions & 2 deletions .github/workflows/build_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ jobs:
needs: [ "compute_version" ]
uses: ./.github/workflows/build_python_3.yml
with:
cibw_build: 'cp38* cp39* cp310* cp311* cp312* cp313* cp314*'
cibw_skip: 'cp38-win_arm64 cp39-win_arm64 cp310-win_arm64 cp314t*'
cibw_build: 'cp39* cp310* cp311* cp312* cp313* cp314*'
cibw_skip: 'cp39-win_arm64 cp310-win_arm64 cp314t*'
library_version: ${{ needs.compute_version.outputs.library_version }}

build_sdist:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
# Keep this in sync with hatch.toml
python-version: ["3.8", "3.10", "3.12", "3.14"]
python-version: ["3.10", "3.12", "3.14"]

steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
Expand Down
2 changes: 0 additions & 2 deletions .gitlab/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,6 @@ download_dependency_wheels:
PIP_CACHE_DIR: "${CI_PROJECT_DIR}/.cache/pip"
parallel:
matrix: # The image tags that are mirrored are in: https://github.com/DataDog/images/blob/master/mirror.yaml
- PYTHON_IMAGE_TAG: "3.8"
PYTHON_VERSION: "3.8"
- PYTHON_IMAGE_TAG: "3.9.13"
PYTHON_VERSION: "3.9"
- PYTHON_IMAGE_TAG: "3.10.13"
Expand Down
2 changes: 1 addition & 1 deletion .gitlab/templates/build-base-venvs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build_base_venvs:
needs: []
parallel:
matrix:
- PYTHON_VERSION: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
- PYTHON_VERSION: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
variables:
CMAKE_BUILD_PARALLEL_LEVEL: '12'
PIP_VERBOSE: '0'
Expand Down
2 changes: 1 addition & 1 deletion .gitlab/templates/cached-testrunner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
EXT_CACHE_VENV: '${{CI_PROJECT_DIR}}/.cache/ext_cache_venv${{PYTHON_VERSION}}'
before_script: |
ulimit -c unlimited
pyenv global 3.12 3.8 3.9 3.10 3.11 3.13 3.14
pyenv global 3.12 3.9 3.10 3.11 3.13 3.14
export _CI_DD_AGENT_URL=http://${{HOST_IP}}:8126/
set -e -o pipefail
if [ ! -d $EXT_CACHE_VENV ]; then
Expand Down
2 changes: 1 addition & 1 deletion .gitlab/templates/detect-global-locks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ detect-global-locks:
needs: []
parallel:
matrix:
- PYTHON_VERSION: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
- PYTHON_VERSION: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
variables:
DD_DYNAMIC_INSTRUMENTATION_ENABLED: '1'
DD_CODE_ORIGIN_FOR_SPANS_ENABLED: '1'
Expand Down
2 changes: 1 addition & 1 deletion .gitlab/testrunner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ variables:
before_script:
- ulimit -c unlimited
- git config --global --add safe.directory ${CI_PROJECT_DIR}
- pyenv global 3.12 3.8 3.9 3.10 3.11 3.13 3.14
- pyenv global 3.12 3.9 3.10 3.11 3.13 3.14
- export _CI_DD_AGENT_URL=http://${HOST_IP}:8126/
retry: 2
artifacts:
Expand Down
25 changes: 0 additions & 25 deletions .riot/requirements/1002685.txt

This file was deleted.

45 changes: 0 additions & 45 deletions .riot/requirements/1067a9b.txt

This file was deleted.

27 changes: 0 additions & 27 deletions .riot/requirements/1078c3b.txt

This file was deleted.

42 changes: 0 additions & 42 deletions .riot/requirements/108d1af.txt

This file was deleted.

26 changes: 0 additions & 26 deletions .riot/requirements/1097f9f.txt

This file was deleted.

33 changes: 0 additions & 33 deletions .riot/requirements/10b89f6.txt

This file was deleted.

25 changes: 0 additions & 25 deletions .riot/requirements/10bae0a.txt

This file was deleted.

26 changes: 0 additions & 26 deletions .riot/requirements/11047da.txt

This file was deleted.

24 changes: 0 additions & 24 deletions .riot/requirements/11091fd.txt

This file was deleted.

26 changes: 0 additions & 26 deletions .riot/requirements/110b5c2.txt

This file was deleted.

Loading
Loading