Skip to content

Commit

Permalink
OPS-0 Remove obsolete python versions. Add python 3.10-12
Browse files Browse the repository at this point in the history
  • Loading branch information
snovikov committed Jun 6, 2024
1 parent 9a2e645 commit 1f9dd04
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/building.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,11 @@ jobs:
fail-fast: False
matrix:
version:
- '3.6'
- '3.7'
- '3.8'
- '3.9'
- '3.10'
- '3.11'
- '3.12'

name: "[${{ matrix.version }}]"
steps:
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,11 @@ jobs:
fail-fast: False
matrix:
version:
- '3.6'
- '3.7'
- '3.8'
- '3.9'
- '3.10'
- '3.11'
- '3.12'

name: "[${{ matrix.version }}]"
steps:
Expand Down

0 comments on commit 1f9dd04

Please sign in to comment.