Skip to content

Commit c1095ee

Browse files
committed
fix: adds back in 3.10
1 parent a3f19bb commit c1095ee

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/python-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
runs-on: ubuntu-24.04
2828
strategy:
2929
matrix:
30-
python-version: [3.9, 3.11, 3.12, 3.13]
30+
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
3131

3232
env:
3333
DD_API_KEY: ${{ secrets.DD_API_KEY }}

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
classifiers=[
1818
"Programming Language :: Python",
1919
"Programming Language :: Python :: 3.9",
20+
"Programming Language :: Python :: 3.10",
2021
"Programming Language :: Python :: 3.11",
2122
"Programming Language :: Python :: 3.12",
2223
"Programming Language :: Python :: 3.13",

0 commit comments

Comments
 (0)