File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 17
17
runs-on : ubuntu-latest
18
18
strategy :
19
19
matrix :
20
- python-version : [ "3.8 ", "3.9 ", "3.10 ", "3.11 " ]
20
+ python-version : [ "3.9 ", "3.10 ", "3.11 ", "3.12 " ]
21
21
steps :
22
22
- uses : actions/checkout@v4
23
23
- name : Set up Python ${{ matrix.python-version }}
Original file line number Diff line number Diff line change @@ -28,11 +28,11 @@ classifiers = [
28
28
" Operating System :: OS Independent" ,
29
29
" Programming Language :: Python" ,
30
30
" Programming Language :: Python :: 3" ,
31
- " Programming Language :: Python :: 3.7" ,
32
31
" Programming Language :: Python :: 3.8" ,
33
32
" Programming Language :: Python :: 3.9" ,
34
33
" Programming Language :: Python :: 3.10" ,
35
34
" Programming Language :: Python :: 3.11" ,
35
+ " Programming Language :: Python :: 3.12" ,
36
36
]
37
37
readme = " README.md"
38
38
requires-python = " >=3.8"
@@ -126,4 +126,4 @@ docs = "sphinx-autobuild docs docs/_build/html"
126
126
features = [" dev" , " test" ]
127
127
128
128
[[tool .hatch .envs .test .matrix ]]
129
- python = [" 3.8 " , " 3.9 " , " 3.10 " , " 3.11 " ]
129
+ python = [" 3.9 " , " 3.10 " , " 3.11 " , " 3.12 " ]
You can’t perform that action at this time.
0 commit comments