From d179dd3df73c2de73bedec62106f65e17e220194 Mon Sep 17 00:00:00 2001 From: Mark Towers Date: Wed, 10 Apr 2024 15:30:57 +0100 Subject: [PATCH] Add python 3.12 support (#518) --- .github/workflows/ci.yml | 9 +++++++++ vcpkg.json | 2 +- version.txt | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 04d3c74d6..276d76852 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,6 +48,9 @@ jobs: - runs-on: ubuntu-latest python: '3.11' triplet: x64-linux-mixed + - runs-on: ubuntu-latest + python: '3.12' + triplet: x64-linux-mixed - runs-on: macos-latest python: '3.8' @@ -61,6 +64,9 @@ jobs: - runs-on: macos-latest python: '3.11' triplet: x64-osx-mixed + - runs-on: macos-latest + python: '3.12' + triplet: x64-osx-mixed # - runs-on: windows-latest # python: '3.8' @@ -73,6 +79,9 @@ jobs: # triplet: x64-windows # - runs-on: windows-latest # python: '3.11' +# triplet: x64-windows +# - runs-on: windows-latest +# python: '3.12' # triplet: x64-windows env: VCPKG_DEFAULT_TRIPLET: ${{ matrix.triplet }} diff --git a/vcpkg.json b/vcpkg.json index e38f894d5..756cfb495 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -1,7 +1,7 @@ { "$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json", "name": "arcade-learning-environment", - "version": "0.8.1", + "version": "0.9.0", "dependencies": [ "zlib" ], diff --git a/version.txt b/version.txt index 6f4eebdf6..ac39a106c 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.8.1 +0.9.0