File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919 strategy :
2020 matrix :
2121 py :
22- - " 3.12.0-beta.4 "
22+ - " 3.12"
2323 - " 3.11"
2424 - " 3.10"
2525 - " 3.9"
3636 uses : actions/setup-python@v4
3737 with :
3838 python-version : ${{ matrix.py }}
39+ allow-prereleases : true
3940 check-latest : true
4041 - name : Install dependencies
4142 run : |
Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ classifiers = [
2222 " Programming Language :: Python :: 3.9" ,
2323 " Programming Language :: Python :: 3.10" ,
2424 " Programming Language :: Python :: 3.11" ,
25+ " Programming Language :: Python :: 3.12" ,
2526 " Programming Language :: Python :: Implementation :: CPython" ,
2627 " Programming Language :: Python :: Implementation :: PyPy" ,
2728 " Topic :: Database" ,
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ envlist =
77 py39
88 py310
99 py311
10+ py312
1011 flake8
1112
1213[testenv]
You can’t perform that action at this time.
0 commit comments