Skip to content

Commit fb31ce3

Browse files
committed
drop python 3.9 and add 3.13 and 3.14 to workflow tests
1 parent 449e92f commit fb31ce3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ name: Test and Lint
33
on:
44
pull_request:
55

6-
jobs:
6+
jobs:
77
test-and-lint:
88
runs-on: ubuntu-latest
9-
strategy:
10-
matrix:
11-
python-version: ["3.9", "3.10", "3.11", "3.12"]
9+
strategy:
10+
matrix:
11+
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
1212
env:
1313
SCOUT_LOGS_INGEST_KEY: test-ingest-key
1414
steps:
@@ -33,4 +33,4 @@ jobs:
3333
3434
- name: Run tests with coverage
3535
run: |
36-
poetry run task test
36+
poetry run task test

0 commit comments

Comments
 (0)