marintosti12 commited on
Commit
ad646e1
·
1 Parent(s): b3feec5

fix(ci): correction version python

Browse files
Files changed (1) hide show
  1. .github/workflows/ci.yaml +1 -1
.github/workflows/ci.yaml CHANGED
@@ -13,7 +13,7 @@ jobs:
13
 
14
  strategy:
15
  matrix:
16
- python-version: [ "3.10", "3.11", "3.12" ]
17
 
18
  steps:
19
  - name: Checkout
 
13
 
14
  strategy:
15
  matrix:
16
+ python-version: [ "3.12" ]
17
 
18
  steps:
19
  - name: Checkout