mirror of
https://github.com/containers/podman-compose.git
synced 2025-02-04 12:29:15 +01:00
Merge pull request #1099 from p12tic/python-3.13
Declare compatibility with Python 3.13
This commit is contained in:
commit
7c8696b2b2
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -9,7 +9,7 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
python-version: [ '3.9', '3.10', '3.11', '3.12' ]
|
||||
python-version: [ '3.9', '3.10', '3.11', '3.12', '3.13' ]
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
|
1
newsfragments/python313.misc
Normal file
1
newsfragments/python313.misc
Normal file
@ -0,0 +1 @@
|
||||
Declared compatibility with Python 3.13.
|
1
setup.py
1
setup.py
@ -21,6 +21,7 @@ setup(
|
||||
"Programming Language :: Python :: 3.10",
|
||||
"Programming Language :: Python :: 3.11",
|
||||
"Programming Language :: Python :: 3.12",
|
||||
"Programming Language :: Python :: 3.13",
|
||||
"Intended Audience :: Developers",
|
||||
"Operating System :: OS Independent",
|
||||
"Development Status :: 3 - Alpha",
|
||||
|
Loading…
Reference in New Issue
Block a user