File tree Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -18,19 +18,23 @@ jobs:
18
18
]
19
19
include :
20
20
- python-version : ' 3.8'
21
- os : ubuntu-18 .04 # MySQL 5.7.32
21
+ os : ubuntu-20 .04 # MySQL 8.0.36
22
22
- python-version : ' 3.9'
23
- os : ubuntu-20.04 # MySQL 8.0.22
23
+ os : ubuntu-20.04 # MySQL 8.0.36
24
24
- python-version : ' 3.10'
25
- os : ubuntu-22.04 # MySQL 8.0.28
25
+ os : ubuntu-22.04 # MySQL 8.0.36
26
+ - python-version : ' 3.11'
27
+ os : ubuntu-22.04 # MySQL 8.0.36
28
+ - python-version : ' 3.12'
29
+ os : ubuntu-22.04 # MySQL 8.0.36
26
30
27
31
runs-on : ${{ matrix.os }}
28
32
steps :
29
33
30
- - uses : actions/checkout@v2
34
+ - uses : actions/checkout@v4
31
35
32
36
- name : Set up Python ${{ matrix.python-version }}
33
- uses : actions/setup-python@v2
37
+ uses : actions/setup-python@v5
34
38
with :
35
39
python-version : ${{ matrix.python-version }}
36
40
Original file line number Diff line number Diff line change @@ -14,3 +14,4 @@ pyperclip>=1.8.1
14
14
importlib_resources >= 5.0.0
15
15
pyaes >= 1.6.1
16
16
sqlglot >= 5.1.3
17
+ setuptools
You can’t perform that action at this time.
0 commit comments