diff --git a/.github/workflows/bundle.yml b/.github/workflows/bundle.yml index e9410f9..e066118 100644 --- a/.github/workflows/bundle.yml +++ b/.github/workflows/bundle.yml @@ -26,7 +26,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v6 with: - python-version: '3.12' + python-version: '3.13' - name: Cache pip uses: actions/cache@v4 @@ -76,7 +76,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v6 with: - python-version: '3.12' + python-version: '3.13' - name: Cache pip uses: actions/cache@v4 @@ -137,7 +137,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v6 with: - python-version: '3.12' + python-version: '3.13' - name: Cache pip uses: actions/cache@v4 diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 722f19b..846a0fd 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -23,7 +23,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v6 with: - python-version: '3.12' + python-version: '3.13' - name: Cache pip uses: actions/cache@v4 @@ -71,7 +71,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v6 with: - python-version: '3.12' + python-version: '3.13' - name: Cache pip uses: actions/cache@v4 @@ -111,7 +111,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v6 with: - python-version: '3.12' + python-version: '3.13' - name: Cache pip uses: actions/cache@v4 @@ -151,7 +151,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v6 with: - python-version: '3.12' + python-version: '3.13' - name: Cache tox uses: actions/cache@v4 diff --git a/.github/workflows/deploy_release.yml b/.github/workflows/deploy_release.yml index 71867a7..fd1db7d 100644 --- a/.github/workflows/deploy_release.yml +++ b/.github/workflows/deploy_release.yml @@ -18,7 +18,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v6 with: - python-version: "3.12" + python-version: "3.13" - uses: actions/checkout@v5 with: diff --git a/.readthedocs.yaml b/.readthedocs.yaml index b25a790..c41c2a0 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -10,9 +10,9 @@ sphinx: fail_on_warning: True build: - os: "ubuntu-22.04" + os: "ubuntu-24.04" tools: - python: "3.12" + python: "3.13" python: install: diff --git a/README.md b/README.md index 0f13696..bc6d3d6 100644 --- a/README.md +++ b/README.md @@ -52,8 +52,7 @@ ccompass # or alternatively: `python -m ccompass` ``` -Note that C-COMPASS currently requires Python>=3.10, and due to its -`tensorflow` dependency Python<=3.12. +C-COMPASS currently requires Python>=3.10. On Ubuntu linux, installing the `python3-tk` package is required: