Skip to content

Commit eb6dc90

Browse files
authored
Update deprecated circleci images to latest (#72)
* Update deprecated circleci images to latest * Fix python version file for ubuntu 2004 machine image * Python bumped to 3.9 from 3.5 series
1 parent 4d2be56 commit eb6dc90

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

.circleci/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ jobs:
44
unit_test:
55
machine:
66
enabled: true
7-
image: "ubuntu-1604:201903-01"
7+
image: ubuntu-2004:202111-02
8+
resource_class: small
89
steps:
910
- checkout
1011
- run:

test/.python-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.7.12:3.5.2
1+
2.7.18:3.9.7

test/tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tox]
22
skipsdist = True
3-
envlist = py27,py35
3+
envlist = py27,py39
44

55
[testenv]
66
deps =

0 commit comments

Comments
 (0)