momegas commited on
Commit
e7078fc
·
1 Parent(s): 2d5c4ff

🫣 Add python 3.11

Browse files
.github/workflows/python-package.yml CHANGED
@@ -13,7 +13,7 @@ jobs:
13
  strategy:
14
  fail-fast: false
15
  matrix:
16
- python-version: ["3.9", "3.10"]
17
 
18
  steps:
19
  - uses: actions/checkout@v3
 
13
  strategy:
14
  fail-fast: false
15
  matrix:
16
+ python-version: ["3.10", "3.11"]
17
 
18
  steps:
19
  - uses: actions/checkout@v3