We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f81d59 commit 68110c7Copy full SHA for 68110c7
.github/workflows/test.yml
@@ -78,11 +78,15 @@ jobs:
78
strategy:
79
matrix:
80
python-version: ["3.7", "3.12"]
81
- platform: [ubuntu-latest, macos-latest] # windows-latest
+ platform: [ubuntu-22.04, ubuntu-latest, macos-latest] # windows-latest
82
# test only latest version on macos and windows
83
exclude:
84
- platform: macos-latest
85
python-version: "3.7"
86
+ - platform: ubuntu-latest
87
+ python-version: "3.7"
88
+ - platform: ubuntu-22.04
89
+ python-version: "3.12"
90
# TODO enable once dd-trace-py is updated
91
# - platform: windows-latest
92
# python-version: 3.7
0 commit comments