@@ -207,13 +207,6 @@ windows_steps: &windows_steps
207207
208208
209209jobs :
210- lint :
211- << : *common
212- docker :
213- - image : cimg/python:3.9
214- environment :
215- TOXENV : lint
216-
217210 docs :
218211 << : *docs_steps
219212 docker :
@@ -225,6 +218,13 @@ jobs:
225218 #
226219 # Python 3.7
227220 #
221+ py37-lint :
222+ << : *common
223+ docker :
224+ - image : cimg/python:3.7
225+ environment :
226+ TOXENV : py37-lint
227+
228228 py37-core :
229229 << : *common
230230 docker :
@@ -327,6 +327,13 @@ jobs:
327327 #
328328 # Python 3.8
329329 #
330+ py38-lint :
331+ << : *common
332+ docker :
333+ - image : cimg/python:3.8
334+ environment :
335+ TOXENV : py38-lint
336+
330337 py38-core :
331338 << : *common
332339 docker :
@@ -424,6 +431,13 @@ jobs:
424431 #
425432 # Python 3.9
426433 #
434+ py39-lint :
435+ << : *common
436+ docker :
437+ - image : cimg/python:3.9
438+ environment :
439+ TOXENV : py39-lint
440+
427441 py39-core :
428442 << : *common
429443 docker :
@@ -521,6 +535,13 @@ jobs:
521535 #
522536 # Python 3.10
523537 #
538+ py310-lint :
539+ << : *common
540+ docker :
541+ - image : cimg/python:3.10
542+ environment :
543+ TOXENV : py310-lint
544+
524545 py310-core :
525546 << : *common
526547 docker :
@@ -618,6 +639,13 @@ jobs:
618639 #
619640 # Python 3.11
620641 #
642+ py311-lint :
643+ << : *common
644+ docker :
645+ - image : cimg/python:3.11
646+ environment :
647+ TOXENV : py311-lint
648+
621649 py311-core :
622650 << : *common
623651 docker :
@@ -730,7 +758,6 @@ workflows:
730758 - py39-core
731759 - py310-core
732760 - py311-core
733- - lint
734761 - docs
735762 - benchmark
736763 - py37-ens
@@ -745,6 +772,7 @@ workflows:
745772 - py37-integration-ethtester-pyevm
746773 - py37-wheel-cli
747774 - py37-wheel-cli-windows
775+ - py38-lint
748776 - py38-ens
749777 - py38-ethpm
750778 - py38-integration-goethereum-ipc
@@ -756,6 +784,7 @@ workflows:
756784 - py38-integration-goethereum-ws_flaky
757785 - py38-integration-ethtester-pyevm
758786 - py38-wheel-cli
787+ - py39-lint
759788 - py39-ens
760789 - py39-ethpm
761790 - py39-integration-goethereum-ipc
@@ -767,6 +796,7 @@ workflows:
767796 - py39-integration-goethereum-ws_flaky
768797 - py39-integration-ethtester-pyevm
769798 - py39-wheel-cli
799+ - py310-lint
770800 - py310-ens
771801 - py310-ethpm
772802 - py310-integration-goethereum-ipc
@@ -778,6 +808,7 @@ workflows:
778808 - py310-integration-goethereum-ws_flaky
779809 - py310-integration-ethtester-pyevm
780810 - py310-wheel-cli
811+ - py311-lint
781812 - py311-ens
782813 - py311-ethpm
783814 - py311-integration-goethereum-ipc
0 commit comments