Skip to content

Commit 39953e0

Browse files
Kerr, Duncan (London)Kerr, Duncan (London)
Kerr, Duncan (London)
authored and
Kerr, Duncan (London)
committed
tidy
1 parent 73e37ba commit 39953e0

File tree

3 files changed

+0
-19
lines changed

3 files changed

+0
-19
lines changed

.circleci/config.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -127,18 +127,6 @@ jobs:
127127
- image: cimg/python:3.8-node
128128
<<: *defaults
129129
#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
142130
publish-github-release:
143131
docker:
144132
- image: cibuilds/github:0.13
@@ -165,5 +153,4 @@ workflows:
165153
- build_3_6
166154
- build_3_7
167155
- build_3_8
168-
- build_3_9
169156

README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,3 @@ This repository and project are now in maintenance mode. Development has migrate
55
---
66

77
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

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,6 @@ def run_tests(self):
113113
"Programming Language :: Python :: 3.6",
114114
"Programming Language :: Python :: 3.7",
115115
"Programming Language :: Python :: 3.8",
116-
"Programming Language :: Python :: 3.9",
117116
"Programming Language :: Python :: Implementation :: CPython",
118117
"Operating System :: POSIX",
119118
"Operating System :: MacOS",

0 commit comments

Comments
 (0)