From e8ac0047ddc0df70757b446052438bc4277f8fdf Mon Sep 17 00:00:00 2001 From: Luca Giovenzana Date: Mon, 3 Apr 2023 21:48:39 +0200 Subject: [PATCH] build: remove add latest python --- .github/workflows/pythonapp.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pythonapp.yml b/.github/workflows/pythonapp.yml index 266d973..85a6457 100644 --- a/.github/workflows/pythonapp.yml +++ b/.github/workflows/pythonapp.yml @@ -11,7 +11,7 @@ jobs: strategy: matrix: os: [ ubuntu-latest, macos-latest, windows-latest ] - python-version: [ 2.7, 3.7, 3.8, pypy3 ] + python-version: [ 2.7, 3.7, 3.8, 3.x, pypy3.x ] exclude: - os: macos-latest python-version: pypy3