File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,9 @@ concurrency:
8
8
group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
9
9
cancel-in-progress : true
10
10
11
+ env :
12
+ FORCE_COLOR : 1
13
+
11
14
jobs :
12
15
test :
13
16
runs-on : ubuntu-latest
24
27
- db : " mariadb:10.6"
25
28
py : " 3.11"
26
29
30
+ - db : " mariadb:10.6"
31
+ py : " 3.12"
32
+
27
33
- db : " mariadb:lts"
28
34
py : " 3.9"
29
35
62
68
uses : actions/setup-python@v4
63
69
with :
64
70
python-version : ${{ matrix.py }}
71
+ allow-prereleases : true
65
72
cache : ' pip'
66
73
cache-dependency-path : ' requirements-dev.txt'
67
74
Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ classifiers = [
19
19
" Programming Language :: Python :: 3.9" ,
20
20
" Programming Language :: Python :: 3.10" ,
21
21
" Programming Language :: Python :: 3.11" ,
22
+ " Programming Language :: Python :: 3.12" ,
22
23
" Programming Language :: Python :: Implementation :: CPython" ,
23
24
" Programming Language :: Python :: Implementation :: PyPy" ,
24
25
" Intended Audience :: Developers" ,
You can’t perform that action at this time.
0 commit comments