Officially remove Python 2 support from this point forward
[pyelftools.git] / .github / workflows / ci.yml
index 2009bf84737ab31362a1c9cb77d2b83904354a62..787dc9b3b691caa29aa7c161779796706d4a49d5 100644 (file)
@@ -13,7 +13,7 @@ jobs:
     runs-on: ${{ matrix.os }}
     strategy:
       matrix:
-        python-version: [2.7, 3.7, 3.9]
+        python-version: [3.7, 3.9, 3.10]
         os: [ubuntu-latest]
 
     steps: