Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python3.12 #260

Merged
merged 7 commits into from
Jan 5, 2024
Merged

Python3.12 #260

merged 7 commits into from
Jan 5, 2024

Conversation

Christian-B
Copy link
Member

@Christian-B Christian-B commented Jan 2, 2024

This set of PR does a few changes.

1 Remove stuff supporting python 3.7

  • python_requires = >=3.8, <4
  • Programming Language :: Python :: 3.7 removed
  • dependency caps for 3.7 removed
  1. removed distutils
  • replaced with shutil and packagin-g
  1. replaced typing Sized with collection.abc.Sized

  2. Tests python 2.12

  • Programming Language :: Python ::3.12
  1. Changes test only done against one python to 3.12

  2. Changed docs to link to 3.12

Related PR to be done in order
SpiNNakerManchester/SpiNNMachine#234
SpiNNakerManchester/SpiNNMan#387
SpiNNakerManchester/PACMAN#538
SpiNNakerManchester/SpiNNFrontEndCommon#1151
SpiNNakerManchester/TestBase#51
SpiNNakerManchester/sPyNNaker#1429
SpiNNakerManchester/SpiNNakerGraphFrontEnd#269
SpiNNakerManchester/SpiNNGym#85
SpiNNakerManchester/Visualiser#28
SpiNNakerManchester/SpiNNaker_PDP2#83
https://github.com/SpiNNakerManchester/microcircuit_model (went to master)
SpiNNakerManchester/MarkovChainMonteCarlo#59
SpiNNakerManchester/PyNNExamples#111
SpiNNakerManchester/IntroLab#51
SpiNNakerManchester/spalloc#93
SpiNNakerManchester/sPyNNakerVisualisers#42
SpiNNakerManchester/sPyNNakerNewModelTemplate#109

Tested by:
SpiNNakerManchester/IntegrationTests#254

These PRs require branch protection changes!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants