File tree Expand file tree Collapse file tree 3 files changed +26
-1
lines changed Expand file tree Collapse file tree 3 files changed +26
-1
lines changed Original file line number Diff line number Diff line change 73
73
" env " : " BUILD=test-storage DAV_SERVER=xandikos REQUIREMENTS=minimal " ,
74
74
" python " : " 3.8"
75
75
},
76
+ {
77
+ " env " : " BUILD=test REQUIREMENTS=release" ,
78
+ " python " : " 3.9"
79
+ },
80
+ {
81
+ " env " : " BUILD=test-storage DAV_SERVER=radicale REQUIREMENTS=release " ,
82
+ " python " : " 3.9"
83
+ },
84
+ {
85
+ " env " : " BUILD=test-storage DAV_SERVER=xandikos REQUIREMENTS=release " ,
86
+ " python " : " 3.9"
87
+ },
88
+ {
89
+ " env " : " BUILD=test REQUIREMENTS=minimal" ,
90
+ " python " : " 3.9"
91
+ },
92
+ {
93
+ " env " : " BUILD=test-storage DAV_SERVER=radicale REQUIREMENTS=minimal " ,
94
+ " python " : " 3.9"
95
+ },
96
+ {
97
+ " env " : " BUILD=test-storage DAV_SERVER=xandikos REQUIREMENTS=minimal " ,
98
+ " python " : " 3.9"
99
+ },
76
100
{
77
101
" env " : " BUILD=test ETESYNC_TESTS=true REQUIREMENTS=latest" ,
78
102
" python " : " 3.7"
Original file line number Diff line number Diff line change 2
2
import itertools
3
3
import json
4
4
5
- python_versions = ["3.7" , "3.8" ]
5
+ python_versions = ["3.7" , "3.8" , "3.9" ]
6
6
7
7
cfg = {}
8
8
Original file line number Diff line number Diff line change @@ -89,6 +89,7 @@ def run(self):
89
89
'Programming Language :: Python :: 3' ,
90
90
'Programming Language :: Python :: 3.7' ,
91
91
'Programming Language :: Python :: 3.8' ,
92
+ 'Programming Language :: Python :: 3.9' ,
92
93
'Topic :: Internet' ,
93
94
'Topic :: Utilities' ,
94
95
],
You can’t perform that action at this time.
0 commit comments