Skip to content

Commit 018b19d

Browse files
authored
fixed: updated 3.12 and removed 3.9, 10
1 parent 06e17fe commit 018b19d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/python-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
strategy:
2424
matrix:
25-
python-version: ['3.9', '3.10', '3.11', '3.12']
25+
python-version: ['3.12']
2626

2727
steps:
2828
- name: Checkout repository
@@ -79,4 +79,4 @@ jobs:
7979
file: ./coverage.xml
8080
flags: unittests
8181
name: codecov-umbrella
82-
fail_ci_if_error: false
82+
fail_ci_if_error: false

0 commit comments

Comments
 (0)