File tree Expand file tree Collapse file tree 3 files changed +4
-0
lines changed
Expand file tree Collapse file tree 3 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 1919 - py310
2020 - py311
2121 - py312
22+ - py313
2223 - pep8
2324 - build
2425 steps :
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ RUN apt-get -qq update -y \
1515 python3 python3-dev python3-pip python3-virtualenv \
1616 python3.10 python3.10-dev python3.10-distutils \
1717 python3.11 python3.11-dev \
18+ python3.13 python3.13-dev \
1819 gcc liberasurecode-dev liberasurecode1 postgresql libpq-dev python3-rados git wget memcached \
1920 && rm -rf /var/lib/apt/lists/*
2021
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ classifier =
1616 Programming Language :: Python :: 3.10
1717 Programming Language :: Python :: 3.11
1818 Programming Language :: Python :: 3.12
19+ Programming Language :: Python :: 3.13
1920 Topic :: Software Development :: Testing
2021
2122[options]
3940 stestr
4041 testtools
4142 mock
43+ legacy-cgi; python_version>='3.13'
4244gnocchi =
4345 uwsgi
4446
You can’t perform that action at this time.
0 commit comments