Skip to content

Commit

Permalink
circle: update {18,22}.04, drop py3.6, add 3.1{0,1}
Browse files Browse the repository at this point in the history
  • Loading branch information
kba committed Jan 11, 2024
1 parent 0014933 commit e299126
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
version: 2.1

executors:
ubuntu1804:
ubuntu2204:
docker:
- image: ubuntu:18.04
- image: ubuntu:22.04

commands:
install-test:
Expand All @@ -23,7 +23,7 @@ commands:
jobs:

build-python:
executor: ubuntu1804
executor: ubuntu2204
parameters:
python-version:
type: string
Expand All @@ -38,7 +38,8 @@ workflows:
matrix:
parameters:
python-version:
- '3.6'
- '3.7'
- '3.8'
- '3.9'
- '3.10'
- '3.11'

0 comments on commit e299126

Please sign in to comment.