Skip to content

Commit

Permalink
drop python 3.8 support
Browse files Browse the repository at this point in the history
test only for macos
  • Loading branch information
piotrbartman committed Jul 23, 2024
1 parent d9c00b9 commit ff5b485
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/conmech_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
run_tests:
strategy:
matrix:
platform: [ ubuntu-latest, macos-latest, windows-latest ]
python-version: [ "3.8", "3.9", "3.10", "3.11" ]
platform: [ ubuntu-latest, macos-14, windows-latest ]
python-version: [ "3.9", "3.10", "3.11", "3.12" ]
runs-on: ${{ matrix.platform }}
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit ff5b485

Please sign in to comment.