diff --git a/.github/workflows/autoblack.yml b/.github/workflows/isort-and-black-checks.yml similarity index 91% rename from .github/workflows/autoblack.yml rename to .github/workflows/isort-and-black-checks.yml index 9460544..381dca1 100644 --- a/.github/workflows/autoblack.yml +++ b/.github/workflows/isort-and-black-checks.yml @@ -9,9 +9,9 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v1 - - name: Set up Python 3.9 - uses: actions/setup-python@v1 + - uses: actions/checkout@v4 + - name: Set up Python 3.11 + uses: actions/setup-python@v5 with: python-version: 3.11 - name: Install click, black, and isort diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index 9515d81..0b68a40 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -13,9 +13,9 @@ jobs: matrix: python-version: ['3.8', '3.9', '3.10', '3.11'] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v3 + uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }} - name: Install dependencies diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 20b8baf..63019ec 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -12,11 +12,11 @@ jobs: strategy: matrix: os: [windows] - python-version: ['3.8', '3.9'] + python-version: ['3.9', '3.11'] 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@v5 with: python-version: ${{ matrix.python-version }} - name: Install dependencies diff --git a/pyproject.toml b/pyproject.toml index 10298dc..f743689 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ readme = "README.rst" license = {text = "GPL-3.0-only"} keywords = ["Mathematica", "Wolfram", "Interpreter", "Shell", "Math", "CAS"] maintainers = [ - {name = "Mathics Group"}, + {name = "Mathics3 Group"}, ] classifiers = [ "Intended Audience :: Developers",