Skip to content

Commit

Permalink
tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
Kerr, Duncan (London) authored and Kerr, Duncan (London) committed Jun 30, 2023
1 parent 73e37ba commit 39953e0
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 19 deletions.
13 changes: 0 additions & 13 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,18 +127,6 @@ jobs:
- image: cimg/python:3.8-node
<<: *defaults
#resource_class: large
build_3_9:
environment:
PYTHON_VERSION: "3_9"
CIRCLE_ARTIFACTS: /tmp/circleci-artifacts/3_9
CIRCLE_TEST_REPORTS: /tmp/circleci-test-results/3_9
VERSION: $VERSION
IMAGE_NAME: mangroup/arctic
working_directory: ~/arctic_3_9
docker:
- image: cimg/python:3.9-node
<<: *defaults
#resource_class: large
publish-github-release:
docker:
- image: cibuilds/github:0.13
Expand All @@ -165,5 +153,4 @@ workflows:
- build_3_6
- build_3_7
- build_3_8
- build_3_9

5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,3 @@ This repository and project are now in maintenance mode. Development has migrate
---

Information on how to set up, install and use Arctic has been moved to [README-arctic.md](README-arctic.md).

* python 3.6, 3.7, 3.8, 3.9
* pymongo >= 3.6.0 <= 3.12.0
* pandas >= 0.22.0 < 1.2.0
* MongoDB >= 2.4.x <= 5.0.14
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ def run_tests(self):
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: Implementation :: CPython",
"Operating System :: POSIX",
"Operating System :: MacOS",
Expand Down

0 comments on commit 39953e0

Please sign in to comment.