Skip to content

Commit

Permalink
Restrict tested Python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
dokempf committed Feb 8, 2024
1 parent 2a5158a commit 607c738
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,11 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: ["3.8", "3.9", "3.10"]
# We test on the oldest and newest supported Python versions
# Unfortenately, we can't test on the latest Python version, as the
# pytest-virtualenv plugin does not support it yet, see
# https://github.com/man-group/pytest-plugins/issues/220
python-version: ["3.8", "3.11"]

steps:
- name: Checking out the cookie cutter repository
Expand Down

0 comments on commit 607c738

Please sign in to comment.