Skip to content

Commit

Permalink
Require Python 3.12 (#160)
Browse files Browse the repository at this point in the history
  • Loading branch information
ThiefMaster authored Mar 26, 2024
1 parent 407e5fa commit 4850683
Show file tree
Hide file tree
Showing 15 changed files with 16 additions and 58 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: CI

env:
PYTHON_VERSION: '3.12.0'
PYTHON_VERSION: '3.12.2'

on:
push:
Expand Down Expand Up @@ -162,7 +162,7 @@ jobs:

services:
postgres:
image: postgres:11
image: postgres:13
env:
POSTGRES_HOST_AUTH_METHOD: trust
ports:
Expand Down
5 changes: 1 addition & 4 deletions access_override/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,12 @@ classifiers =
Environment :: Plugins
Environment :: Web Environment
License :: OSI Approved :: MIT License
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12

[options]
py_modules = indico_access_override
zip_safe = false
python_requires = >=3.9.0, <3.13
python_requires = >=3.12.2, <3.13
install_requires =
indico>=3.3.dev0

Expand Down
5 changes: 1 addition & 4 deletions audiovisual/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,13 @@ classifiers =
Environment :: Plugins
Environment :: Web Environment
License :: OSI Approved :: MIT License
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12

[options]
packages = find:
zip_safe = false
include_package_data = true
python_requires = >=3.9.0, <3.13
python_requires = >=3.12.2, <3.13
install_requires =
indico>=3.3.dev0

Expand Down
5 changes: 1 addition & 4 deletions burotel/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,13 @@ classifiers =
Environment :: Plugins
Environment :: Web Environment
License :: OSI Approved :: MIT License
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12

[options]
packages = find:
zip_safe = false
include_package_data = true
python_requires = >=3.9.0, <3.13
python_requires = >=3.12.2, <3.13
install_requires =
indico>=3.3.dev0
pyproj>=3.0.0.post1,<4
Expand Down
5 changes: 1 addition & 4 deletions cern_access/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,13 @@ classifiers =
Environment :: Plugins
Environment :: Web Environment
License :: OSI Approved :: MIT License
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12

[options]
packages = find:
zip_safe = false
include_package_data = true
python_requires = >=3.9.0, <3.13
python_requires = >=3.12.2, <3.13
install_requires =
indico>=3.3.dev0

Expand Down
5 changes: 1 addition & 4 deletions conversion/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,13 @@ classifiers =
Environment :: Plugins
Environment :: Web Environment
License :: OSI Approved :: MIT License
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12

[options]
packages = find:
zip_safe = false
include_package_data = true
python_requires = >=3.9.0, <3.13
python_requires = >=3.12.2, <3.13
install_requires =
indico>=3.3.dev0

Expand Down
5 changes: 1 addition & 4 deletions cronjobs_cern/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,13 @@ classifiers =
Environment :: Plugins
Environment :: Web Environment
License :: OSI Approved :: MIT License
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12

[options]
packages = find:
zip_safe = false
include_package_data = true
python_requires = >=3.9.0, <3.13
python_requires = >=3.12.2, <3.13
install_requires =
indico>=3.3.dev0

Expand Down
5 changes: 1 addition & 4 deletions foundationsync/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,13 @@ classifiers =
Environment :: Plugins
Environment :: Web Environment
License :: OSI Approved :: MIT License
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12

[options]
packages = find:
zip_safe = false
include_package_data = true
python_requires = >=3.9.0, <3.13
python_requires = >=3.12.2, <3.13
install_requires =
indico>=3.3.dev0
oracledb>=1.3.2,<2
Expand Down
5 changes: 1 addition & 4 deletions outlook/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,13 @@ classifiers =
Environment :: Plugins
Environment :: Web Environment
License :: OSI Approved :: MIT License
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12

[options]
packages = find:
zip_safe = false
include_package_data = true
python_requires = >=3.9.0, <3.13
python_requires = >=3.12.2, <3.13
install_requires =
indico>=3.3.dev0

Expand Down
5 changes: 1 addition & 4 deletions payment_cern/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,13 @@ classifiers =
Environment :: Plugins
Environment :: Web Environment
License :: OSI Approved :: MIT License
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12

[options]
packages = find:
zip_safe = false
include_package_data = true
python_requires = >=3.9.0, <3.13
python_requires = >=3.12.2, <3.13
install_requires =
indico>=3.3.dev0
postfinancecheckout==4.0.0
Expand Down
5 changes: 1 addition & 4 deletions ravem/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,13 @@ classifiers =
Environment :: Plugins
Environment :: Web Environment
License :: OSI Approved :: MIT License
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12

[options]
packages = find:
zip_safe = false
include_package_data = true
python_requires = >=3.9.0, <3.13
python_requires = >=3.12.2, <3.13
install_requires =
indico>=3.3.dev0
indico-plugin-vc-zoom>=3.3.dev0,<3.4.dev0
Expand Down
5 changes: 1 addition & 4 deletions room_assistance/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,13 @@ classifiers =
Environment :: Plugins
Environment :: Web Environment
License :: OSI Approved :: MIT License
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12

[options]
packages = find:
zip_safe = false
include_package_data = true
python_requires = >=3.9.0, <3.13
python_requires = >=3.12.2, <3.13
install_requires =
indico>=3.3.dev0

Expand Down
5 changes: 1 addition & 4 deletions themes_cern/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,13 @@ classifiers =
Environment :: Plugins
Environment :: Web Environment
License :: OSI Approved :: MIT License
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12

[options]
packages = find:
zip_safe = false
include_package_data = true
python_requires = >=3.9.0, <3.13
python_requires = >=3.12.2, <3.13
install_requires =
indico>=3.3.dev0

Expand Down
5 changes: 1 addition & 4 deletions themes_lcagenda/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,13 @@ classifiers =
Environment :: Plugins
Environment :: Web Environment
License :: OSI Approved :: MIT License
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12

[options]
packages = find:
zip_safe = false
include_package_data = true
python_requires = >=3.9.0, <3.13
python_requires = >=3.12.2, <3.13
install_requires =
indico>=3.3.dev0

Expand Down
5 changes: 1 addition & 4 deletions vc_assistance/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,13 @@ classifiers =
Environment :: Plugins
Environment :: Web Environment
License :: OSI Approved :: MIT License
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12

[options]
packages = find:
zip_safe = false
include_package_data = true
python_requires = >=3.9.0, <3.13
python_requires = >=3.12.2, <3.13
install_requires =
indico>=3.3.dev0

Expand Down

0 comments on commit 4850683

Please sign in to comment.