diff --git a/.github/workflows/test-fb2cal.yml b/.github/workflows/test-fb2cal.yml index 19dab3f..126c90f 100644 --- a/.github/workflows/test-fb2cal.yml +++ b/.github/workflows/test-fb2cal.yml @@ -12,15 +12,15 @@ on: jobs: build: - runs-on: ubuntu-latest + runs-on: ubuntu-20.04 strategy: matrix: - python-version: ['3.6', '3.7', '3.8'] + python-version: ['3.6', '3.11'] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v2 + uses: actions/setup-python@v4 with: python-version: ${{ matrix.python-version }} - name: Install dependencies diff --git a/README.md b/README.md index 0cb79a8..b398db3 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@

- +