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

Support Python 3.12 #2675

Merged
merged 49 commits into from
Dec 27, 2023
Merged

Support Python 3.12 #2675

merged 49 commits into from
Dec 27, 2023

Commits on May 2, 2023

  1. Test only v3.12

    benclifford committed May 2, 2023
    Configuration menu
    Copy the full SHA
    ba53705 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dc5cc65 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3533ef9 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2023

  1. Configuration menu
    Copy the full SHA
    3b7581f View commit details
    Browse the repository at this point in the history

Commits on May 26, 2023

  1. Configuration menu
    Copy the full SHA
    f8db64e View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2023

  1. Configuration menu
    Copy the full SHA
    192582b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d32c326 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    421c159 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    138638e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b013b86 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b39d45d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    61775aa View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2852095 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    bc21e80 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4a52954 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2023

  1. Configuration menu
    Copy the full SHA
    90bb97e View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2023

  1. Configuration menu
    Copy the full SHA
    695dbb5 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2023

  1. Configuration menu
    Copy the full SHA
    39d538c View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2023

  1. Configuration menu
    Copy the full SHA
    52f8aa8 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2023

  1. Configuration menu
    Copy the full SHA
    1033600 View commit details
    Browse the repository at this point in the history
  2. advance to python 3.12rc1

    benclifford committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    44d790e View commit details
    Browse the repository at this point in the history
  3. upgrade flake8 - 6.0.0 was giving spurious warnings in f-strings:

    parsl/executors/high_throughput/interchange.py:166:42: E231 missing whitespace after ':'
    for a string like this:
    
                self.task_outgoing.bind(f"tcp://{self.interchange_address}:{self.worker_task_port}")
    
    referring to the : in "tcp:"
    benclifford committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    25a1fe6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bda78ac View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5f50581 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c0876b5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    572537f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    40de303 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    476c2cb View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    29494d0 View commit details
    Browse the repository at this point in the history
  11. switch pandas to github

    benclifford committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    85efe55 View commit details
    Browse the repository at this point in the history
  12. try to get pandas build to use github numpy rather than pull down a r…

    …elease version (that then doesn't work)
    benclifford committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    cd3adb0 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2023

  1. Configuration menu
    Copy the full SHA
    959b3b9 View commit details
    Browse the repository at this point in the history
  2. Upgrade to rc3

    benclifford committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    fc34614 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    760fed8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6a3693d View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2023

  1. Configuration menu
    Copy the full SHA
    93b097c View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2023

  1. Configuration menu
    Copy the full SHA
    9f9c821 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8bdea73 View commit details
    Browse the repository at this point in the history
  3. Remove a couple of source builds - of numpy and pandas, and of greenl…

    …et - to see if they work now
    benclifford committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    e77f603 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d92c645 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2ecad8d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7eea3ef View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    427bad4 View commit details
    Browse the repository at this point in the history
  8. Whitespace

    benclifford committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    86c9eaa View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1663f57 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2023

  1. Configuration menu
    Copy the full SHA
    6f65d93 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    01e45e3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1b3bac4 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2023

  1. Configuration menu
    Copy the full SHA
    8a82617 View commit details
    Browse the repository at this point in the history