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

Migration to Python 3.12 #183

Merged
merged 7 commits into from
Jan 19, 2024
Merged

Migration to Python 3.12 #183

merged 7 commits into from
Jan 19, 2024

Conversation

jan-janssen
Copy link
Member

No description provided.

@jan-janssen jan-janssen marked this pull request as draft October 5, 2023 12:02
@jan-janssen
Copy link
Member Author

We need to upgrade pyzmq to support Python 3.12:

 The following packages are incompatible
  ├─ python 3.12**  is installable with the potential options
  │  ├─ python 3.12.0 would require
  │  │  └─ python_abi 3.12.* *_cp312, which can be installed;
  │  ├─ python 3.12.0rc3 would require
  │  │  └─ _python_rc  , which does not exist (perhaps a missing channel);
  │  └─ python 3.12.0 conflicts with any installable versions previously reported;
  └─ pyzmq 24.0.1**  is uninstallable because there are no viable options
     ├─ pyzmq 24.0.1 would require
     │  └─ python_abi 3.10.* *_cp310, which conflicts with any installable versions previously reported;
     ├─ pyzmq 24.0.1 would require
     │  └─ python_abi 3.11.* *_cp311, which conflicts with any installable versions previously reported;
     ├─ pyzmq 24.0.1 would require
     │  └─ python_abi 3.7.* *_cp37m, which conflicts with any installable versions previously reported;
     ├─ pyzmq 24.0.1 would require
     │  └─ python_abi 3.8 *_pypy38_pp73, which conflicts with any installable versions previously reported;
     ├─ pyzmq 24.0.1 would require
     │  └─ python_abi 3.8.* *_cp38, which conflicts with any installable versions previously reported;
     ├─ pyzmq 24.0.1 would require
     │  └─ python_abi 3.9 *_pypy39_pp73, which conflicts with any installable versions previously reported;
     └─ pyzmq 24.0.1 would require
        └─ python_abi 3.9.* *_cp39, which conflicts with any installable versions previously reported.

@jan-janssen
Copy link
Member Author

The following package could not be installed
└─ coveralls 3.3.1**  is installable and it requires
   └─ coverage >=4.1,<7.0  with the potential options
      ├─ coverage [4.1|4.2|...|5.0.4] would require
      │  └─ python [2.7* |>=2.7,<2.8.0a0 ], which can be installed;
      ├─ coverage [4.1|4.2|4.3.1|4.4.2] would require
      │  └─ python 3.4* , which can be installed;
      ├─ coverage [4.1|4.2|...|4.5.1] would require
      │  └─ python [3.5* |>=3.5,<3.6.0a0 ], which can be installed;
      ├─ coverage [4.2|4.3.1|...|4.5.1] would require
      │  └─ python 3.6* , which can be installed;
      ├─ coverage [4.5.1|4.5.2|...|6.0] would require
      │  └─ python >=3.6,<3.7.0a0 , which can be installed;
      ├─ coverage [4.5.1|4.5.2|...|6.5.0] would require
      │  └─ python >=3.7,<3.8.0a0 , which can be installed;
      ├─ coverage [4.5.4|5.0.1|...|6.5.0] would require
      │  └─ python >=3.8,<3.9.0a0 , which can be installed;
      ├─ coverage [5.3|5.3.1|...|6.5.0] would require
      │  └─ python >=3.9,<3.10.0a0 , which can be installed;
      ├─ coverage [6.1.1|6.1.2|...|6.5.0] would require
      │  └─ python >=3.10,<3.11.0a0 , which can be installed;
      ├─ coverage 6.5.0 would require
      │  └─ python >=3.11,<3.12.0a0 , which can be installed;
      └─ coverage [4.4.2|4.5.1|...|6.3.2] conflicts with any installable versions previously reported.

@jan-janssen
Copy link
Member Author

Hopefully fixed by #185

@jan-janssen
Copy link
Member Author

The following packages are incompatible
└─ flux-core   is installable with the potential options
   ├─ flux-core [0.49.0|0.50.0|0.51.0|0.52.0|0.54.0] would require
   │  └─ python >=3.10,<3.11.0a0 , which can be installed;
   ├─ flux-core [0.49.0|0.50.0|0.51.0|0.52.0|0.54.0] would require
   │  └─ python >=3.8,<3.9.0a0 , which can be installed;
   ├─ flux-core [0.49.0|0.50.0|0.51.0|0.52.0|0.54.0] would require
   │  └─ python >=3.9,<3.10.0a0 , which can be installed;
   └─ flux-core [0.50.0|0.51.0|0.52.0|0.54.0] would require
      └─ python >=3.11,<3.12.0a0 , which can be installed.

@jan-janssen
Copy link
Member Author

waiting for conda-forge/flux-core-feedstock#26

@jan-janssen jan-janssen marked this pull request as ready for review January 19, 2024 12:48
@jan-janssen jan-janssen merged commit ddd7160 into main Jan 19, 2024
21 checks passed
@jan-janssen jan-janssen deleted the python312 branch January 19, 2024 12:48
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.

1 participant