File tree 2 files changed +7
-0
lines changed
2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 65
65
python.version : " 3.10"
66
66
py311 :
67
67
python.version : " 3.11"
68
+ py312 :
69
+ python.version : " 3.12"
68
70
69
71
steps :
70
72
93
95
python.version : " 3.10"
94
96
py311 :
95
97
python.version : " 3.11"
98
+ py312 :
99
+ python.version : " 3.12"
96
100
97
101
steps :
98
102
@@ -124,6 +128,8 @@ jobs:
124
128
python.version : " 3.10"
125
129
py311 :
126
130
python.version : " 3.11"
131
+ py312 :
132
+ python.version : " 3.12"
127
133
128
134
steps :
129
135
Original file line number Diff line number Diff line change @@ -169,6 +169,7 @@ def tail_is(*suffixes):
169
169
"Programming Language :: Python :: 3.9" ,
170
170
"Programming Language :: Python :: 3.10" ,
171
171
"Programming Language :: Python :: 3.11" ,
172
+ "Programming Language :: Python :: 3.12" ,
172
173
"Topic :: Software Development :: Debuggers" ,
173
174
"Operating System :: Microsoft :: Windows" ,
174
175
"Operating System :: MacOS" ,
You can’t perform that action at this time.
0 commit comments