Commit 932fa4ab authored by J.J. Green's avatar J.J. Green 💬
Browse files

CI add Python 3.13, drop 3.8

parent 914a3564
Loading
Loading
Loading
Loading
Loading
+1 −7
Original line number Diff line number Diff line
@@ -49,12 +49,6 @@ oct-6:
  after_script:
    - make --quiet spotless

py-3.8:
  image: python:3.8
  script:
    - make -C src/python install-test test
  extends: .with_python

py-3.9:
  image: python:3.9
  script:
@@ -80,7 +74,7 @@ py-3.12:
  extends: .with_python

py-3.13:
  image: python:3.13-rc
  image: python:3.13
  script:
    - make -C src/python install-test test
  extends: .with_python