From 3d757e550db7178a02757177f87bec6452143d21 Mon Sep 17 00:00:00 2001 From: wkcn Date: Tue, 18 Jun 2024 22:46:57 +0800 Subject: [PATCH] downgrade python to 3.10 --- .github/workflows/linux.yml | 2 +- .travis.yml | 21 --------------------- 2 files changed, 1 insertion(+), 22 deletions(-) delete mode 100644 .travis.yml diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index cb0e79d..6580fb8 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -5,7 +5,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [3.12] + python-version: [3.10] steps: - uses: actions/checkout@v2 diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index b0d251c..0000000 --- a/.travis.yml +++ /dev/null @@ -1,21 +0,0 @@ -sudo: false - -cache: - directories: - - $HOME/env - -language: python - -notifications: - email: false - -python: - - 2.7 - - 3.6 - -script: - - pip install python-coveralls - - nosetests --with-coverage - -after_success: - - coveralls