diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index d96dc49..7724d78 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -4,7 +4,7 @@ on: push: env: - PYTHON_VERSION: '3.8.16' + PYTHON_VERSION: '3.10.12' jobs: build: @@ -43,4 +43,4 @@ jobs: - name: Test run: poetry run pytest -v --cov=flapy --cov-branch --cov-report html:cov_html --cov-report=term-missing tests/ - working-directory: ${{ github.workspace }} \ No newline at end of file + working-directory: ${{ github.workspace }} diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cb7dd53..751412e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -22,6 +22,11 @@ unit-tests:python-3.8: variables: PYTHON_VERSION: '3.8-buster' +unit-tests:python-3.10: + <<: *unit-tests + variables: + PYTHON_VERSION: '3.10' + .nightly-tests: only: - schedules