Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency version #96

Merged
merged 5 commits into from
Apr 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading