Skip to content

Commit

Permalink
Dependencies: Restrict Python to strictly below 3.13
Browse files Browse the repository at this point in the history
Recstrict Python version ito strictly below 3.13 until we have resolved
the dependency issues in PR aiidateam#6600.
  • Loading branch information
agoscinski committed Nov 4, 2024
1 parent 7057238 commit 067a482
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ keywords = ['aiida', 'workflows']
license = {file = 'LICENSE.txt'}
name = 'aiida-core'
readme = 'README.md'
requires-python = '>=3.9'
requires-python = '>=3.9,<3.13'

[project.entry-points.'aiida.brokers']
'core.rabbitmq' = 'aiida.brokers.rabbitmq.broker:RabbitmqBroker'
Expand Down

0 comments on commit 067a482

Please sign in to comment.