Skip to content

Commit

Permalink
Merge pull request #96 from SNEWS2/update-dependency-version
Browse files Browse the repository at this point in the history
Update dependency version
  • Loading branch information
KaraMelih authored Apr 8, 2024
2 parents 513834a + ac0807b commit 9526f96
Show file tree
Hide file tree
Showing 9 changed files with 62 additions and 303 deletions.
65 changes: 0 additions & 65 deletions .github/workflows/mac11-py39.yml

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
name: Mac 10 Python 3.8
name: Mac 12 Python 3.11-12

on:
push:
branches: [ smolsky/testing ]

jobs:
build:
runs-on: macos-10.15
runs-on: macos-12
strategy:
# Add a list of python versions we want to use for testing.
matrix:
python-version: ['3.8']
python-version: ['3.11', '3.12']

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}

- name: Lint with flake8
run: |
# stop the build if there are Python syntax errors or undefined names
Expand Down Expand Up @@ -65,4 +65,4 @@ jobs:
- name: Run pytest
run: |
pip install pytest
pytest
pytest
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
name: Mac 11 Python 3.10
name: Mac 13 Python 3.11-12

on:
push:
branches: [ smolsky/testing ]

jobs:
build:
runs-on: macos-11
runs-on: macos-13
strategy:
# Add a list of python versions we want to use for testing.
matrix:
python-version: ['3.10']
python-version: ['3.11', '3.12']

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}

- name: Lint with flake8
run: |
# stop the build if there are Python syntax errors or undefined names
Expand Down Expand Up @@ -65,4 +65,4 @@ jobs:
- name: Run pytest
run: |
pip install pytest
pytest
pytest
Original file line number Diff line number Diff line change
@@ -1,25 +1,26 @@
name: Mac 11 Python 3.8
name: Mac 14
Python 3.11-12

on:
push:
branches: [ smolsky/testing ]

jobs:
build:
runs-on: macos-11
runs-on: macos-14
strategy:
# Add a list of python versions we want to use for testing.
matrix:
python-version: ['3.8']
python-version: ['3.11', '3.12']

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}

- name: Lint with flake8
run: |
# stop the build if there are Python syntax errors or undefined names
Expand Down Expand Up @@ -65,4 +66,4 @@ jobs:
- name: Run pytest
run: |
pip install pytest
pytest
pytest
84 changes: 0 additions & 84 deletions .github/workflows/ubuntu20-py310.yml

This file was deleted.

79 changes: 0 additions & 79 deletions .github/workflows/ubuntu20-py39.yml

This file was deleted.

Loading

0 comments on commit 9526f96

Please sign in to comment.