Skip to content

Commit ac22e23

Browse files
authored
Drop python 3.8, add 3.10 & 3.11
1 parent f6623fc commit ac22e23

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/actions.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: build
22

33
env:
4-
PYTHON_MAIN_VERSION: 3.8
4+
PYTHON_MAIN_VERSION: 3.10
55

66
on:
77
pull_request:
@@ -19,7 +19,7 @@ jobs:
1919
strategy:
2020
max-parallel: 5
2121
matrix:
22-
python-version: [3.8, 3.9]
22+
python-version: ["3.9", "3.10", "3.11"]
2323

2424
steps:
2525
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)