Coder Social home page Coder Social logo

Add Python 3.8 support about setup-python HOT 10 CLOSED

hugovk avatar hugovk commented on June 17, 2024 41
Add Python 3.8 support

from setup-python.

Comments (10)

madhurig avatar madhurig commented on June 17, 2024 32

The update is in progress, we expect python 3.8 to be available in the next 2-3 days on the virtual environments for GitHub actions.

from setup-python.

madhurig avatar madhurig commented on June 17, 2024 27

Python 3.8 is now available on windows, macOS and ubuntu virtual environments for GitHub actions. Thank you for your patience.

from setup-python.

damccorm avatar damccorm commented on June 17, 2024 6

@bryanmacfarlane who owns this now

from setup-python.

thoward27 avatar thoward27 commented on June 17, 2024 5

Is there an ETA for this? Really looking forward to having 3.8 available for my actions.

from setup-python.

hugovk avatar hugovk commented on June 17, 2024 5

@albertus82 Thanks for keeping us updated!

And thanks GitHub for adding it!

(In second place of the CIs I'm checking. 🥇Travis CI: 21h from release to availability; 🥈GHA 21 days; Azure Pipelines and AppVeyor still WIP.)

from setup-python.

albertus82 avatar albertus82 commented on June 17, 2024 3

At the moment, Python 3.8.0 seems to be available in Windows and Ubuntu, but not yet in macOS: https://github.com/albertus82/jar-classes-version-detector/runs/284581330

from setup-python.

albertus82 avatar albertus82 commented on June 17, 2024 2

The macOS update apparently took a few more days, but now it seems to be working: https://github.com/albertus82/jar-classes-version-detector/runs/288140878. Thanks.

from setup-python.

webknjaz avatar webknjaz commented on June 17, 2024

@damccorm ^

from setup-python.

matthewfeickert avatar matthewfeickert commented on June 17, 2024

cc @kratsg @lukasheinrich

from setup-python.

loozhengyuan avatar loozhengyuan commented on June 17, 2024

FWIW, since it is taking some time for the newer Python versions to be available in the tool-cache, here's a snippet in case anyone requires >=3.8 in their existing workflow. You can use any tags available from Docker Hub:

jobs:
  test:
    name: Test on ${{ matrix.container }}
    runs-on: ubuntu-latest
    container: ${{ matrix.container }}
    strategy:
      matrix:
        container:
          - python:3.8-slim
          - python:3.7-slim
          - python:3.6-slim

    steps:
    - uses: actions/checkout@v1
    - name: Check Python version
      run: |
        python -V

from setup-python.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.