File tree 3 files changed +5
-1
lines changed
3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -11,16 +11,18 @@ jobs:
11
11
strategy :
12
12
matrix :
13
13
python-version :
14
- - ' 3.7'
15
14
- ' 3.8'
16
15
- ' 3.9'
17
16
- ' 3.10'
18
17
- ' 3.11'
19
18
- ' 3.12'
19
+ - ' 3.13'
20
20
os : [ubuntu-latest]
21
21
include :
22
22
- python-version : ' 3.6'
23
23
os : ubuntu-20.04
24
+ - python-version : ' 3.7'
25
+ os : ubuntu-22.04
24
26
steps :
25
27
- name : Check out repository code
26
28
uses : actions/checkout@v4
Original file line number Diff line number Diff line change @@ -4,3 +4,4 @@ __pycache__/
4
4
/_meta.py
5
5
/build /
6
6
/dist /
7
+ /.idea /
Original file line number Diff line number Diff line change @@ -147,6 +147,7 @@ def run(self):
147
147
"Programming Language :: Python :: 3.10" ,
148
148
"Programming Language :: Python :: 3.11" ,
149
149
"Programming Language :: Python :: 3.12" ,
150
+ "Programming Language :: Python :: 3.13" ,
150
151
"Topic :: Software Development :: Testing" ,
151
152
],
152
153
project_urls = dict (
You can’t perform that action at this time.
0 commit comments