Add python 3.12 to test matrix
Signed-off-by: makaveli10 <vineet.suryan@collabora.com>
This commit is contained in:
@@ -15,7 +15,7 @@ jobs:
|
||||
runs-on: ubuntu-22.04
|
||||
strategy:
|
||||
matrix:
|
||||
python-version: [3.8, 3.9, '3.10', 3.11]
|
||||
python-version: [3.8, 3.9, '3.10', 3.11, 3.12]
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
@@ -52,7 +52,7 @@ jobs:
|
||||
runs-on: ubuntu-22.04
|
||||
strategy:
|
||||
matrix:
|
||||
python-version: [3.8, 3.9, '3.10', 3.11]
|
||||
python-version: [3.8, 3.9, '3.10', 3.11, 3.12]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
Reference in New Issue
Block a user