瀏覽代碼

test against python3.9

https://github.com/fphammerle/ical2vdir/commit/d679a828a6de976c477ddfa7f3ced0b1be57fc3c
Fabian Peter Hammerle 3 年之前
父節點
當前提交
1305428056
共有 2 個文件被更改,包括 2 次插入0 次删除
  1. 1 0
      .github/workflows/python.yml
  2. 1 0
      setup.py

+ 1 - 0
.github/workflows/python.yml

@@ -40,6 +40,7 @@ jobs:
         - 3.6
         - 3.7
         - 3.8
+        - 3.9
       fail-fast: false
     steps:
     - uses: actions/checkout@v1

+ 1 - 0
setup.py

@@ -38,6 +38,7 @@ setuptools.setup(
         "Programming Language :: Python :: 3.6",
         "Programming Language :: Python :: 3.7",
         "Programming Language :: Python :: 3.8",
+        "Programming Language :: Python :: 3.9",
         "Topic :: System :: Filesystems",
         "Topic :: Utilities",
     ],