File tree Expand file tree Collapse file tree 3 files changed +0
-19
lines changed Expand file tree Collapse file tree 3 files changed +0
-19
lines changed Original file line number Diff line number Diff line change @@ -127,18 +127,6 @@ jobs:
127
127
- image : cimg/python:3.8-node
128
128
<< : *defaults
129
129
# resource_class: large
130
- build_3_9 :
131
- environment :
132
- PYTHON_VERSION : " 3_9"
133
- CIRCLE_ARTIFACTS : /tmp/circleci-artifacts/3_9
134
- CIRCLE_TEST_REPORTS : /tmp/circleci-test-results/3_9
135
- VERSION : $VERSION
136
- IMAGE_NAME : mangroup/arctic
137
- working_directory : ~/arctic_3_9
138
- docker :
139
- - image : cimg/python:3.9-node
140
- << : *defaults
141
- # resource_class: large
142
130
publish-github-release :
143
131
docker :
144
132
- image : cibuilds/github:0.13
@@ -165,5 +153,4 @@ workflows:
165
153
- build_3_6
166
154
- build_3_7
167
155
- build_3_8
168
- - build_3_9
169
156
Original file line number Diff line number Diff line change @@ -5,8 +5,3 @@ This repository and project are now in maintenance mode. Development has migrate
5
5
---
6
6
7
7
Information on how to set up, install and use Arctic has been moved to [ README-arctic.md] ( README-arctic.md ) .
8
-
9
- * python 3.6, 3.7, 3.8, 3.9
10
- * pymongo >= 3.6.0 <= 3.12.0
11
- * pandas >= 0.22.0 < 1.2.0
12
- * MongoDB >= 2.4.x <= 5.0.14
Original file line number Diff line number Diff line change @@ -113,7 +113,6 @@ def run_tests(self):
113
113
"Programming Language :: Python :: 3.6" ,
114
114
"Programming Language :: Python :: 3.7" ,
115
115
"Programming Language :: Python :: 3.8" ,
116
- "Programming Language :: Python :: 3.9" ,
117
116
"Programming Language :: Python :: Implementation :: CPython" ,
118
117
"Operating System :: POSIX" ,
119
118
"Operating System :: MacOS" ,
You can’t perform that action at this time.
0 commit comments