diff --git a/.github/workflows/examples.yml b/.github/workflows/examples.yml index 3852811..5d9943c 100644 --- a/.github/workflows/examples.yml +++ b/.github/workflows/examples.yml @@ -12,10 +12,10 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - - name: Set up Python 3.11 + - name: Set up Python 3.12 uses: actions/setup-python@v4 with: - python-version: "3.11" + python-version: "3.12" - name: Install dependencies run: | python -m pip install --upgrade pip diff --git a/.github/workflows/pythonapp.yml b/.github/workflows/pythonapp.yml index b90395b..f9244f8 100644 --- a/.github/workflows/pythonapp.yml +++ b/.github/workflows/pythonapp.yml @@ -13,10 +13,10 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - - name: Set up Python 3.11 + - name: Set up Python 3.12 uses: actions/setup-python@v4 with: - python-version: "3.11" + python-version: "3.12" - name: Install dependencies run: | python -m pip install --upgrade pip @@ -27,7 +27,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ["3.8", "3.9", "3.10", "3.11"] + python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] os: [ubuntu-latest, windows-latest] exclude: - os: windows-latest @@ -36,6 +36,8 @@ jobs: python-version: "3.9" - os: windows-latest python-version: "3.10" + - os: windows-latest + python-version: "3.11" runs-on: ${{ matrix.os }} steps: @@ -57,10 +59,10 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - - name: Set up Python 3.11 + - name: Set up Python 3.12 uses: actions/setup-python@v4 with: - python-version: "3.11" + python-version: "3.12" - name: Install dependencies run: | python -m pip install --upgrade pip diff --git a/glvq_iris.ckpt b/glvq_iris.ckpt deleted file mode 100644 index 4579313..0000000 Binary files a/glvq_iris.ckpt and /dev/null differ diff --git a/iris.pth b/iris.pth deleted file mode 100644 index 7e485c0..0000000 Binary files a/iris.pth and /dev/null differ