[PATCH userspace 2/4] ci: update Python versions

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Signed-off-by: Ondrej Mosnacek <omosnace@xxxxxxxxxx>
---
 .github/workflows/run_tests.yml | 36 +++++++++++++++------------------
 1 file changed, 16 insertions(+), 20 deletions(-)

diff --git a/.github/workflows/run_tests.yml b/.github/workflows/run_tests.yml
index f8b6f146..af913d63 100644
--- a/.github/workflows/run_tests.yml
+++ b/.github/workflows/run_tests.yml
@@ -10,33 +10,33 @@ jobs:
       matrix:
         compiler: [gcc, clang]
         python-ruby-version:
-          - {python: '3.12', ruby: '3.3'}
-          - {python: '3.12', ruby: '3.3', other: 'test-flags-override'}
-          - {python: '3.12', ruby: '3.3', other: 'test-debug'}
-          - {python: '3.12', ruby: '3.3', other: 'linker-bfd'}
-          - {python: '3.12', ruby: '3.3', other: 'linker-gold'}
+          - {python: '3.13', ruby: '3.3'}
+          - {python: '3.13', ruby: '3.3', other: 'test-flags-override'}
+          - {python: '3.13', ruby: '3.3', other: 'test-debug'}
+          - {python: '3.13', ruby: '3.3', other: 'linker-bfd'}
+          - {python: '3.13', ruby: '3.3', other: 'linker-gold'}
           # Test several Python versions with the latest Ruby version
+          - {python: '3.12', ruby: '3.3'}
           - {python: '3.11', ruby: '3.3'}
           - {python: '3.10', ruby: '3.3'}
           - {python: '3.9', ruby: '3.3'}
           - {python: '3.8', ruby: '3.3'}
-          - {python: '3.7', ruby: '3.3'}
           - {python: 'pypy3.7', ruby: '3.3'}
           # Test several Ruby versions with the latest Python version
-          - {python: '3.12', ruby: '3.2'}
-          - {python: '3.12', ruby: '3.1'}
-          - {python: '3.12', ruby: '3.0'}
-          - {python: '3.12', ruby: '2.7'}
-          - {python: '3.12', ruby: '2.6'}
-          - {python: '3.12', ruby: '2.5'}
+          - {python: '3.13', ruby: '3.2'}
+          - {python: '3.13', ruby: '3.1'}
+          - {python: '3.13', ruby: '3.0'}
+          - {python: '3.13', ruby: '2.7'}
+          - {python: '3.13', ruby: '2.6'}
+          - {python: '3.13', ruby: '2.5'}
         exclude:
           - compiler: clang
-            python-ruby-version: {python: '3.12', ruby: '3.3', other: 'linker-bfd'}
+            python-ruby-version: {python: '3.13', ruby: '3.3', other: 'linker-bfd'}
           - compiler: clang
-            python-ruby-version: {python: '3.12', ruby: '3.3', other: 'linker-gold'}
+            python-ruby-version: {python: '3.13', ruby: '3.3', other: 'linker-gold'}
         include:
           - compiler: gcc
-            python-ruby-version: {python: '3.12', ruby: '3.3', other: 'sanitizers'}
+            python-ruby-version: {python: '3.13', ruby: '3.3', other: 'sanitizers'}
 
     steps:
     - uses: actions/checkout@v4
@@ -70,11 +70,7 @@ jobs:
             swig \
             xmlto
 
-        pip install flake8
-
-    - name: Install Python setuptools
-      if: matrix.python-ruby-version.python == '3.12'
-      run: pip install setuptools
+        pip install flake8 setuptools
 
     - name: Install Clang
       if: ${{ matrix.compiler == 'clang' }}
-- 
2.47.1





[Index of Archives]     [Selinux Refpolicy]     [Linux SGX]     [Fedora Users]     [Fedora Desktop]     [Yosemite Photos]     [Yosemite Camping]     [Yosemite Campsites]     [KDE Users]     [Gnome Users]

  Powered by Linux