From 2f0594a66c74e52fb4e273a26fd2d36870345fec Mon Sep 17 00:00:00 2001 From: Michael Hirsch Date: Sun, 28 Jan 2024 01:43:27 -0500 Subject: [PATCH] ci: latest actions --- .gitattributes | 22 ---------------------- .github/workflows/ci.yml | 6 +++--- 2 files changed, 3 insertions(+), 25 deletions(-) delete mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes deleted file mode 100644 index 051cf10..0000000 --- a/.gitattributes +++ /dev/null @@ -1,22 +0,0 @@ -.archive/* linguist-vendored - -.gitattributes text eol=lf -.gitignore text eol=lf -Makefile text eol=lf -*.yml text eol=lf -LICENSE text eol=lf -*.ipynb text eol=lf -*.txt text eol=lf -*.py text eol=lf -*.sh text eol=lf -*.c text eol=lf -*.cpp text eol=lf -*.f text eol=lf -*.f90 text eol=lf -*.for text eol=lf -*.md text eol=lf -*.rst text eol=lf -*.csv text eol=lf -*.m text eol=lf -*.grc text eol=lf -*.pas text eol=lf diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 67a00c7..cfeb379 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: strategy: matrix: - python-version: ["3.9", "3.10", "3.11"] + python-version: ["3.9", "3.x"] os: [ubuntu-latest] include: - python-version: "3.x" @@ -23,8 +23,8 @@ jobs: os: macos-latest steps: - - uses: actions/checkout@v3 - - uses: actions/setup-python@v4 + - uses: actions/checkout@v4 + - uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }}