Skip to content

Commit

Permalink
Use newer sphinx on newer pythons (in test matrix)
Browse files Browse the repository at this point in the history
  • Loading branch information
bitprophet committed Jan 13, 2023
1 parent 9dfc356 commit b492a0c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ orbs:
jobs:

compat:
# Default to the "bottom" values for the overall param lists. Would be nice
# to have better variables, does Circle do that?
parameters:
python:
type: string
# baseline default, because why not
default: "3.6"
sphinx:
type: string
default: "1.6.7"
# New-enough that most other deps in ecosystem won't get pissy
default: "4.5.0"
executor:
name: orb/default
version: "<< parameters.python >>"
Expand Down

0 comments on commit b492a0c

Please sign in to comment.