Skip to content

Commit

Permalink
Run CIs only on the two ends of supported Python versions (#256)
Browse files Browse the repository at this point in the history
Instead of running the test suite on CIs over each supported Python version,
limit it only to the two ends. Currently, they are Python 3.6 and Python 3.9.
  • Loading branch information
santisoler authored Oct 19, 2021
1 parent 1563c7a commit 7bf4e2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu, macos, windows]
python: [3.6, 3.7, 3.8, 3.9]
python: [3.6, 3.9]
# If "optional", will install non-required dependencies in the build
# environment. Otherwise, only required dependencies are installed.
dependencies: [""]
Expand Down

0 comments on commit 7bf4e2a

Please sign in to comment.