Skip to content

Commit

Permalink
Mark Python 3.7 - 3.9 to drop in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dennissiemensma committed Feb 20, 2024
1 parent b2f37cf commit cbfe2c8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/automated-tests.yml
Expand Up @@ -119,9 +119,9 @@ jobs:
strategy:
matrix:
python-version:
- '3.7'
- '3.8'
- '3.9'
- '3.7' # Drop me in DSMR-reader v6.x
- '3.8' # Drop me in DSMR-reader v6.x
- '3.9' # Drop me in DSMR-reader v6.x
- '3.10'
env:
# Do not log verbosely
Expand Down

0 comments on commit cbfe2c8

Please sign in to comment.