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

Produce a wheel for python 3.12 #417

Merged
merged 1 commit into from
Sep 23, 2024
Merged

Conversation

nhuet
Copy link
Contributor

@nhuet nhuet commented Sep 3, 2024

  • test now on 3.9 and 3.12
  • beware to some dependencies conflicts that make try to install pygame 2.1.3 not compatible with python 3.12

@nhuet nhuet force-pushed the welcome-3.12 branch 6 times, most recently from 99f7535 to 5f1ef20 Compare September 16, 2024 13:22
- test now on 3.9 and 3.12
- beware to some dependencies conflicts that make
   - install pygame 2.1.3 not compatible with python 3.12 (=> we enforce
     pygame >=2.5 in tests
   - install cffi 1.15.0 instead of more recent versions that are
     adapted for poython 3.12 (=> we enforce cffi>=1.17 in tests)
- up-tamer depends on pytamer not available for macos x86_64 + python >
  3.11 (was already not available on macos amd64)
- random.randint() must use real integers

We also update minizinc binary used in tests to 2.8.5.
@nhuet nhuet marked this pull request as ready for review September 23, 2024 07:24
@fteicht fteicht merged commit 1743340 into airbus:master Sep 23, 2024
33 checks passed
@nhuet nhuet deleted the welcome-3.12 branch September 24, 2024 07:49
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