Skip to content

Commit 866e417

Browse files
committed
get rid of 3.6 in testing
1 parent 9aad4bd commit 866e417

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-24.04
2020
strategy:
2121
matrix:
22-
python-version: ['3.6', '3.8', '3.10']
22+
python-version: ['3.8', '3.10', '3.12']
2323

2424
steps:
2525
- name: Checkout

0 commit comments

Comments
 (0)