Skip to content

Commit d5a6977

Browse files
committed
include py3.12
1 parent f996cdb commit d5a6977

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
python-version: ["3.10"]
18+
python-version: ["3.10", "3.12"]
1919

2020
steps:
2121
- uses: actions/checkout@v4

paper/SRGAN_v0.1.0.pdf

-4.42 MB
Binary file not shown.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "opensr-srgan"
7-
version = "0.1.37"
7+
version = "0.1.38"
88
description = "Modular Super-Resolution GAN Framework for Remote Sensing."
99
readme = "README.md"
1010
authors = [
1111
{ name = "Simon Donike, ESAOpenSR Team" }
1212
]
1313
license = { file = "LICENSE" }
14-
requires-python = ">=3.10,<3.11"
14+
requires-python = ">=3.10,!=3.11.*,<3.13"
1515
dependencies = [
1616
"torch==1.13.1; python_version < \"3.11\"",
1717
"torch>=2.1; python_version >= \"3.12\"",

0 commit comments

Comments
 (0)