Skip to content

Commit 0d5329f

Browse files
authored
CI to run py310 (#31)
1 parent cf8bfca commit 0d5329f

2 files changed

Lines changed: 12 additions & 2 deletions

File tree

.circleci/config.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,13 @@ workflows:
2020
filters:
2121
tags:
2222
only: /.*/
23+
- test-310:
24+
filters:
25+
tags:
26+
only: /.*/
2327
- deploy:
2428
requires:
29+
- test-310
2530
- test-39
2631
- test-38
2732
- test-37
@@ -95,7 +100,12 @@ jobs:
95100
test-39:
96101
<<: *test-template
97102
docker:
98-
- image: circleci/python:3.9-rc-buster
103+
- image: circleci/python:3.9
104+
105+
test-310:
106+
<<: *test-template
107+
docker:
108+
- image: circleci/python:3.10
99109

100110
deploy:
101111
<<: *test-template

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
'lockable>=0.8.0,<0.9.0'
5757
],
5858
extras_require={ # Optional
59-
'dev': ['nose', 'coveralls', 'pylint', 'coverage'],
59+
'dev': ['pynose', 'coveralls', 'pylint', 'coverage'],
6060
'optional': ['pytest-metadata']
6161
},
6262

0 commit comments

Comments
 (0)