File tree Expand file tree Collapse file tree 2 files changed +19
-13
lines changed Expand file tree Collapse file tree 2 files changed +19
-13
lines changed Original file line number Diff line number Diff line change 1
1
version : 2
2
2
3
3
shared : &shared
4
- working_directory : ~/circleci-codetiming
5
- steps :
6
- - checkout
7
- - run :
8
- name : Install
9
- command : |
10
- python -m pip install flit --user
11
- python -m flit install --deps=develop
12
- - run :
13
- name : Test
14
- command : |
15
- python -m tox --recreate
4
+ working_directory : ~/circleci-codetiming
5
+ steps :
6
+ - checkout
7
+ - run :
10000
8
+ name : Install
9
+ command : |
10
+ python -m pip install flit --user
11
+ python -m flit install --deps=develop
12
+ - run :
13
+ name : Test
14
+ command : |
15
+ python -m tox --recreate
16
16
17
17
jobs :
18
18
" test-py36 " :
28
28
" test-py38 " :
29
29
<< : *shared
30
30
docker :
31
- - image : circleci/python:3.8-rc
31
+ - image : circleci/python:3.8
32
32
33
+ " test-py39 " :
34
+ << : *shared
35
+ docker :
36
+ - image : circleci/python:3.9-rc
33
37
34
38
workflows :
35
39
version : 2
@@ -39,3 +43,4 @@ workflows:
39
43
- " test-py36"
40
44
- " test-py37"
41
45
- " test-py38"
46
+ - " test-py39"
Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ classifiers = [
19
19
" Programming Language :: Python :: 3.6" ,
20
20
" Programming Language :: Python :: 3.7" ,
21
21
" Programming Language :: Python :: 3.8" ,
22
+ " Programming Language :: Python :: 3.9" ,
22
23
" Topic :: Education" ,
23
24
" Topic :: Software Development :: Libraries :: Python Modules" ,
24
25
" Topic :: System :: Monitoring" ,
You can’t perform that action at this time.
0 commit comments